Skip to content

Commit

Permalink
fix: another attempt to get compile to native working on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Dec 11, 2024
1 parent c1927e2 commit 0bef56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1 # otherwise the release upload will fail
matrix:
os: [ ubuntu-latest ] # macos-14, macos-13, windows-latest,
os: [ ubuntu-latest ] # macos-14, macos-13, windows-latest,

runs-on: ${{ matrix.os }}

Expand All @@ -31,7 +31,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get -y install libgl1 libglx-mesa0
sudo apt-get -y install libxtst-dev libharfbuzz-dev libgtk-3-dev libpango1.0-dev libatk1.0-dev libgl1-mesa-dev libx11-dev libfreetype6-dev libfontconfig1-dev
- id: setup-graalvm
uses: graalvm/setup-graalvm@v1
Expand Down

0 comments on commit 0bef56d

Please sign in to comment.