Skip to content

Commit

Permalink
note about fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Aug 27, 2020
1 parent 85983b9 commit 6c30d14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
- name: Build Code
shell: bash
run: |
set
sudo apt update
sudo apt install ftjam libgl-dev
sudo apt install ftjam libgl-dev #some of these probably needed for fullscreen: libxinerama-dev libxinput2-dev libxrandr-dev libxscrnsaver-dev libxvidmode-dev
python3 rebuild-libs.py all package
env:
TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 6c30d14

Please sign in to comment.