Skip to content

Commit

Permalink
CI: updated workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Apr 2, 2020
1 parent 5b6bb8d commit ea7af2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Setup
run: |
make info
sudo apt-get install ninja-build
sudo apt-get update
sudo apt-get install -y ninja-build
sudo apt-get install -y libz3-dev
make ci-tools
- name: Fetching
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Setup
run: |
make info
sudo apt-get install ninja-build
sudo apt-get update
sudo apt-get install -y ninja-build
make ci-tools
- name: Fetching
env:
Expand Down

0 comments on commit ea7af2d

Please sign in to comment.