Skip to content

Commit

Permalink
no ftjam on build machines
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Aug 17, 2023
1 parent 8bc3b83 commit c8b7022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
sudo apt update
sudo apt install ftjam libgl-dev libasound2-dev libpulse-dev ninja-build #some of these probably needed for fullscreen: libxinerama-dev libxinput2-dev libxrandr-dev libxscrnsaver-dev libxvidmode-dev
sudo apt install libgl-dev libasound2-dev libpulse-dev ninja-build #some of these probably needed for fullscreen: libxinerama-dev libxinput2-dev libxrandr-dev libxscrnsaver-dev libxvidmode-dev
pip3 install --user meson
python3 rebuild-libs.py all package
env:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build Code
shell: bash
run: |
brew install ftjam meson
brew install meson
python3 rebuild-libs.py all package
env:
TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit c8b7022

Please sign in to comment.