Skip to content

Commit

Permalink
chore: add new workflow to download latest ic and test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed Apr 24, 2024
1 parent 2fca69c commit d185d90
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check-interface-spec-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- name: Download latest ic artifacts
run: |
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/replica.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/canister_sandbox.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/ic-admin.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/ic-btc-adapter.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/ic-https-outcalls-adapter.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/ic-nns-init.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/ic-starter.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/sandbox_launcher.gz"
curl -O "https://download.dfinity.systems/ic/$(latest_sha)/binaries/x86_64-linux/sns.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/replica.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/canister_sandbox.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-admin.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-btc-adapter.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-https-outcalls-adapter.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-nns-init.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/ic-starter.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/sandbox_launcher.gz"
curl -O "https://download.dfinity.systems/ic/$($latest_sha)/binaries/x86_64-linux/sns.gz"
- name: Overwrite artifacts in dfx cache
run: |
Expand Down

0 comments on commit d185d90

Please sign in to comment.