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
dfx-json committed Apr 24, 2024
1 parent 6343217 commit bd2b565
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-interface-spec-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
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: Install IC SDK
run: |
wget --output-document install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/dfxvm-install-script/install.sh"
DFX_VERSION=${DFX_VERSION:=0.19.0} DFXVM_INIT_YES=true bash install-dfx.sh
rm install-dfx.sh
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
source "$HOME/.local/share/dfx/env"
- name: Overwrite artifacts in dfx cache
run: |
gzip -d replica.gz
Expand Down

0 comments on commit bd2b565

Please sign in to comment.