Skip to content

Commit

Permalink
skip SPINS init
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 authored and jacopol committed Oct 30, 2024
1 parent bee8336 commit edee04c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
#
sudo apt install libpopt-dev -y
sudo apt install zlib1g-dev -y
sudo apt install openjdk-11-jre -y
sudo apt install openjdk-11-jdk -y
sudo apt install ant -y
- name: Install Sylvan
run: |
Expand All @@ -50,14 +50,9 @@ jobs:
sudo apt install libxml2-dev -y
- name: Configure LTSMin
run: ./ltsminreconf
- name: Intialize SPINS
run: |
cd spins/src
ant
cd ../..
- name: Run tests
run: |
./configure --disable-dependency-tracking --with-spins
./configure --disable-dependency-tracking
make
make check

0 comments on commit edee04c

Please sign in to comment.