Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parasti authored Jan 2, 2024
1 parent 95bc269 commit 7dece97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
GL4ES_COMMIT: "e39434a2b17d12be569a1406f3bd23ac6a231347"
GL4ES_DIR: "/opt/gl4es"
DEBIAN_FRONTEND: "noninteractive"
steps:
- name: Checkout Neverball
uses: actions/checkout@v4
Expand All @@ -34,7 +35,7 @@ jobs:
- name: Build base SOLs
run: |
sudo apt-get update
sudo apt-get install libpng-dev libjpeg-dev
sudo apt-get install -y libpng-dev libjpeg-dev
(cd neverball && make -j2 sols)
- name: Build gl4es
run: "./neverball/.devcontainer/install-gl4es.sh"
Expand Down

0 comments on commit 7dece97

Please sign in to comment.