Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Aug 21, 2024
1 parent e26b277 commit bc96716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
submodules: true

# sudo apt update && sudo apt install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
- run: |
sudo apt update && sudo apt install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_nix
chmod +x mkn
PATH="$PWD:$PATH" ./mkn.sh
Expand Down
1 change: 0 additions & 1 deletion mkn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ profile:
gl.glew&dep/glew
gl.glfw&dep/glfw
gl.glm&dep/glm

0 comments on commit bc96716

Please sign in to comment.