From ef766e8a2a95630a9beb0b4aece5970d2cc50a25 Mon Sep 17 00:00:00 2001 From: Frederik Rothenberger Date: Thu, 11 Jan 2024 14:15:50 +0100 Subject: [PATCH] Use newer dfx --- .../motoko-internet-identity-integration-example.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/motoko-internet-identity-integration-example.yaml b/.github/workflows/motoko-internet-identity-integration-example.yaml index 22bb64a5a..343feca56 100644 --- a/.github/workflows/motoko-internet-identity-integration-example.yaml +++ b/.github/workflows/motoko-internet-identity-integration-example.yaml @@ -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: | @@ -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: |