Skip to content

Commit

Permalink
apt update in github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Yey007 committed Dec 12, 2024
1 parent dbbdfd8 commit a21fccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: apt update
run: sudo apt-get update
- name: Install Eigen
run: sudo apt-get install libeigen3-dev
- name: Install SDL2
Expand Down

0 comments on commit a21fccd

Please sign in to comment.