@@ -46,17 +46,15 @@ jobs:
46
46
exit 1
47
47
fi
48
48
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"
60
58
61
59
- name : Overwrite artifacts in dfx cache
62
60
run : |
0 commit comments