Skip to content

Commit 6343217

Browse files
author
Jason I
committed
chore: add new workflow to download latest ic and test examples
1 parent d185d90 commit 6343217

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/check-interface-spec-compatibility.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,15 @@ jobs:
4646
exit 1
4747
fi
4848
49-
- name: Download latest ic artifacts
50-
run: |
51-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/replica.gz"
52-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/canister_sandbox.gz"
53-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-admin.gz"
54-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-btc-adapter.gz"
55-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-https-outcalls-adapter.gz"
56-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-nns-init.gz"
57-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-starter.gz"
58-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/sandbox_launcher.gz"
59-
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/sns.gz"
49+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/replica.gz"
50+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/canister_sandbox.gz"
51+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/ic-admin.gz"
52+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/ic-btc-adapter.gz"
53+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/ic-https-outcalls-adapter.gz"
54+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/ic-nns-init.gz"
55+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/ic-starter.gz"
56+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/sandbox_launcher.gz"
57+
curl -O "https://download.dfinity.systems/ic/$latest_sha/binaries/x86_64-linux/sns.gz"
6058
6159
- name: Overwrite artifacts in dfx cache
6260
run: |

0 commit comments

Comments
 (0)