Skip to content

Commit

Permalink
Update build-linux-natives.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore authored May 12, 2024
1 parent 05c4774 commit d97077d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- uses: turtlesec-no/[email protected]

- name: Install pre-requisites
run: sudo apt install libglu1-mesa-dev freeglut3-dev mesa-common-dev
run: sudo apt install xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev xserver-xorg-dev xorg-dev

- name: Build
run: cd Dependencies && ./build_natives && cd ..

- name: Pack artifact
uses: actions/[email protected]
with:
name: chroma-natives-linux-{{ matrix.build_type }}
name: chroma-natives-linux-${{ matrix.build_type }}
path: Dependencies/build_env/artifacts
if-no-files-found: error
retention-days: 90

0 comments on commit d97077d

Please sign in to comment.