Skip to content

Commit

Permalink
ci: apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Feb 10, 2020
1 parent 307308f commit f14a1bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: deps
run: sudo apt install -y libgl-dev libx11-dev
run: |
sudo apt update
sudo apt install -y libgl-dev libx11-dev
- name: build
run: make CC=${{ matrix.compiler }}

0 comments on commit f14a1bf

Please sign in to comment.