Skip to content

Commit

Permalink
Use newer dfx
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikrothenberger committed Jan 11, 2024
1 parent 2d2908d commit ef766e8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Internet Identity Integration Darwin
run: |
Expand All @@ -30,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.15.3
run: bash .github/workflows/provision-linux.sh
- name: Motoko Internet Identity Integration Linux
run: |
Expand Down

0 comments on commit ef766e8

Please sign in to comment.