We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac527a commit a86dcc0Copy full SHA for a86dcc0
.github/workflows/release.yml
@@ -15,10 +15,8 @@ jobs:
15
uses: dfinity/setup-dfx@main
16
with:
17
dfx-version: "0.15.1"
18
- - name: Prepare for sonic swap source
19
- run: cd sonic-v1/swap
20
- name: Build target canister
21
- run: dfx build --network ic --check swap
+ run: cd sonic-v1/swap && dfx build --network ic --check swap
22
- name: Download PocketIC
23
run: wget -c https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe861/openssl-static-binaries/x86_64-linux/pocket-ic.gz
24
- name: Extract and chmod PocketIC
0 commit comments