Skip to content

Commit ef766e8

Browse files
author
Frederik Rothenberger
committed
Use newer dfx
1 parent 2d2908d commit ef766e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/motoko-internet-identity-integration-example.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Darwin
21+
env:
22+
DFX_VERSION: 0.15.3
2123
run: bash .github/workflows/provision-darwin.sh
2224
- name: Motoko Internet Identity Integration Darwin
2325
run: |
@@ -30,6 +32,8 @@ jobs:
3032
steps:
3133
- uses: actions/checkout@v1
3234
- name: Provision Linux
35+
env:
36+
DFX_VERSION: 0.15.3
3337
run: bash .github/workflows/provision-linux.sh
3438
- name: Motoko Internet Identity Integration Linux
3539
run: |

0 commit comments

Comments
 (0)