aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorOlivier Galibert <galibert@pobox.com>2021-10-19 22:19:18 +0200
committerOlivier Galibert <galibert@pobox.com>2021-10-19 22:25:55 +0200
commit8d330f1dc762e07535d148f41fcf7e32d91b060d (patch)
treecef6955763008f21324e1cdee8738ab211a7cc49 /.github
parent3b99db294f95d7da8160efd6d67ebfd50ca9ef0f (diff)
downloadnextpnr-8d330f1dc762e07535d148f41fcf7e32d91b060d.tar.gz
nextpnr-8d330f1dc762e07535d148f41fcf7e32d91b060d.tar.bz2
nextpnr-8d330f1dc762e07535d148f41fcf7e32d91b060d.zip
mistral: Use the iterators
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mistral_ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mistral_ci.yml b/.github/workflows/mistral_ci.yml
index e48b2d44..eb097246 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: 8f78291541df10d70fde6c9c58765c437807c68d
+ MISTRAL_REVISION: 98ec7f69bfd5ab77e608ccd47ede988b45a7d99b
run: |
source ./.github/ci/build_mistral.sh
get_dependencies