Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers authored Oct 4, 2021
1 parent 25c0484 commit c0603dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ jobs:

runs-on: ubuntu-latest
env:
BOOGIE_EXE: "viper_tools/boogie/Binaries/Boogie"
BOOGIE_EXE: "boogie"
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Get Viper tools
run: |
curl https://github.com/viperproject/viper-ide/releases/download/v-2021-08-03-0738/ViperToolsLinux.zip -Lo ViperToolsLinux.zip
unzip ViperToolsLinux.zip -d viper_tools
- name: Install nagini
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c0603dc

Please sign in to comment.