mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
Skip the tests when building previous version
After all, we tested it when we shipped it. Didn't we?
This commit is contained in:
parent
b02f3e7cec
commit
8026c377a5
2
.github/workflows/ci-buildprevious.yml
vendored
2
.github/workflows/ci-buildprevious.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
wget https://www.idris-lang.org/idris2-src/idris2-0.2.2.tgz
|
||||
tar zxvf idris2-0.2.2.tgz
|
||||
cd Idris2-0.2.2
|
||||
make bootstrap && make install
|
||||
make bootstrap-build && make install
|
||||
cd ..
|
||||
- name: Build from previous version
|
||||
run: make all
|
||||
|
Loading…
Reference in New Issue
Block a user