Skip to content

Commit

Permalink
Fix eiffel workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Jul 20, 2024
1 parent a1b316e commit e6a7bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eiffel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Install Eiffel
run: |
echo "deb [trusted=yes] http://apt.liberty-eiffel.org/ release main" | sudo tee -a /etc/apt/sources.list
echo "deb [trusted=yes] http://gb.archive.ubuntu.com/ubuntu xenial-updates main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install liberty-eiffel-all
- name: Compile
Expand Down

0 comments on commit e6a7bd1

Please sign in to comment.