diff options
author | gatecat <gatecat@ds0.me> | 2021-12-12 13:55:06 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-12-12 13:55:06 +0000 |
commit | 61597e14a7fe488fcfc223d3109da1d30a2ec71b (patch) | |
tree | d5200d40c937781f472578a48309331c5f0603f8 /.github/workflows | |
parent | 78905c3ecf0cc283a79f064bf7e50aa6cdab2743 (diff) | |
download | nextpnr-61597e14a7fe488fcfc223d3109da1d30a2ec71b.tar.gz nextpnr-61597e14a7fe488fcfc223d3109da1d30a2ec71b.tar.bz2 nextpnr-61597e14a7fe488fcfc223d3109da1d30a2ec71b.zip |
mistral: Bump CI version
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mistral_ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mistral_ci.yml b/.github/workflows/mistral_ci.yml index afbb2ffd..7cf71621 100644 --- a/.github/workflows/mistral_ci.yml +++ b/.github/workflows/mistral_ci.yml @@ -21,7 +21,7 @@ jobs: - name: Execute build nextpnr env: MISTRAL_PATH: ${{ github.workspace }}/deps/mistral - MISTRAL_REVISION: ecd413421b3b559fc63db13da30275fcd5cd3881 + MISTRAL_REVISION: 0edeca112dda9bd463125feb869ddb7511d1acd9 run: | source ./.github/ci/build_mistral.sh get_dependencies |