aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ci
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-04 19:30:03 +0100
committergatecat <gatecat@ds0.me>2021-06-05 13:01:49 +0100
commitbcc5158eab5910392fa6dd4f11d626f7cbcd00c7 (patch)
tree935488cadca1186ce65ef70dd75c960cff984fce /.github/ci
parent6fbc9e8159cf036e2e4700a04409e32630ed5f34 (diff)
downloadnextpnr-bcc5158eab5910392fa6dd4f11d626f7cbcd00c7.tar.gz
nextpnr-bcc5158eab5910392fa6dd4f11d626f7cbcd00c7.tar.bz2
nextpnr-bcc5158eab5910392fa6dd4f11d626f7cbcd00c7.zip
ci: Bump mistral version
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github/ci')
-rw-r--r--.github/ci/build_mistral.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build_mistral.sh b/.github/ci/build_mistral.sh
index 7046462f..3c809b0e 100644
--- a/.github/ci/build_mistral.sh
+++ b/.github/ci/build_mistral.sh
@@ -19,6 +19,6 @@ function build_nextpnr {
function run_archcheck {
pushd build
- ./nextpnr-mistral --mistral ${MISTRAL_PATH} --device 5CEBA2F17A7 --test
+ ./nextpnr-mistral --device 5CEBA2F17A7 --test
popd
}