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 b11cce0 commit 6c0d0de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ jobs:
rustup default ${{ matrix.rust }}
rustup target add wasm32-unknown-unknown
- name: Install dfx
uses: dfinity/setup-dfx@main
with:
dfx-version: $DFX_VERSION
- name: Install dfx
- uses: dfinity/setup-dfx@main
with:
dfx-version: $DFX_VERSION

- name: Run scenario 1
run: |
Expand Down

0 comments on commit 6c0d0de

Please sign in to comment.