Skip to content

Commit

Permalink
Remove need for GLFW 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
glektarssza committed Sep 3, 2024
1 parent 5221bbf commit 688b344
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
artifact-id: ${{steps.upload-artifacts.outputs.artifact-id}}
artifact-name: dist-${{inputs.build-os}}
steps:
- id: install-system-dependencies-linux
name: Install system dependencies (Linux)
if: inputs.build-os == 'linux'
run: sudo apt update && sudo apt install --assume-yes --no-install-recommends libglfw3-dev
- id: install-tasks
name: Install Task
uses: arduino/setup-task@v2
Expand Down

0 comments on commit 688b344

Please sign in to comment.