Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Mar 27, 2024
1 parent e8cba6a commit b11cce0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,10 @@ jobs:
rustup default ${{ matrix.rust }}
rustup target add wasm32-unknown-unknown
- name: Install DFX
run: |
wget --output-document install-dfx.sh "https://internetcomputer.org/install.sh"
echo | bash install-dfx.sh
rm install-dfx.sh
dfx cache install
echo "$HOME/bin" >> $GITHUB_PATH
- name: Install dfx
uses: dfinity/setup-dfx@main
with:
dfx-version: $DFX_VERSION

- name: Run scenario 1
run: |
Expand Down

0 comments on commit b11cce0

Please sign in to comment.