Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Dec 27, 2024
1 parent a32a3ba commit fb10b34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ jobs:
with:
nim-version: '2.2.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
sudo apt install xorg-dev libopengl-dev libgl1-mesa-dev
sudo apt install libglfw3 libglfw3-dev
sudo apt install libsdl2-dev
- run: make install
- run: make

0 comments on commit fb10b34

Please sign in to comment.