diff options
author | gatecat <gatecat@ds0.me> | 2022-03-17 19:19:38 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2022-03-17 19:19:38 +0000 |
commit | d8244bb62d695cc0326815136caac90ed3571082 (patch) | |
tree | 94afacae0e069b909ee4c56604832ae2d1913bc7 /.github/workflows | |
parent | 2635bab2f1b1a32b2505e0918caa2a91c18ce571 (diff) | |
download | nextpnr-d8244bb62d695cc0326815136caac90ed3571082.tar.gz nextpnr-d8244bb62d695cc0326815136caac90ed3571082.tar.bz2 nextpnr-d8244bb62d695cc0326815136caac90ed3571082.zip |
mistral: Update to latest upstream
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 a02026cf..408179b4 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: 0c2ab2b2c6af33fea1c20349be2e0068366ed615 + MISTRAL_REVISION: 6b0ce163d87200d0d5b7f330349aacf886f0f8be run: | source ./.github/ci/build_mistral.sh get_dependencies |