diff options
author | gatecat <gatecat@ds0.me> | 2021-12-22 14:06:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 14:06:33 +0000 |
commit | de63b5b09a4d4373d872dd2bef3336760edad08f (patch) | |
tree | c46930f6cc737ffd22a1eb1c8fab513f4a09f088 /.github | |
parent | d2e193f2579e268ae5d54f2206ab621ce3465f80 (diff) | |
parent | 2c43ac992f841eb57ac3003acc2f3a5736ce4591 (diff) | |
download | nextpnr-de63b5b09a4d4373d872dd2bef3336760edad08f.tar.gz nextpnr-de63b5b09a4d4373d872dd2bef3336760edad08f.tar.bz2 nextpnr-de63b5b09a4d4373d872dd2bef3336760edad08f.zip |
Merge pull request #887 from YosysHQ/gatecat/mistral-bit-update
mistral: Update to latest enum name
Diffstat (limited to '.github')
-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 7cf71621..64300d78 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: 0edeca112dda9bd463125feb869ddb7511d1acd9 + MISTRAL_REVISION: e039b595529ab573d9cb01c64ef927f9d81d63ce run: | source ./.github/ci/build_mistral.sh get_dependencies |