From 3a2f46f0751e00d3c3cdfe0c2ff5baf3ea66a9e8 Mon Sep 17 00:00:00 2001 From: veeso Date: Mon, 18 Dec 2023 15:36:22 +0100 Subject: [PATCH] fix: ci --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b31421c..6a0d48b 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -22,7 +22,7 @@ jobs: sudo apt update && sudo apt install -y libssl-dev pkg-config jq && \ cargo install cargo-make && \ wget https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe861/openssl-static-binaries/x86_64-linux/pocket-ic.gz && \ - gzipd -d pocket-ic.gz && \ + gzip -d pocket-ic.gz && \ chmod +x pocket-ic && \ mv pocket-ic ./integration-tests/pocket-ic - name: Install dfx