Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ssast-tech/thuai-egg-2021-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
panda2134 committed Apr 21, 2021
2 parents 0a7736d + 9d97d64 commit 999d8c4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/saiblo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: lukka/[email protected]

- name: Get RandR Lib for Ubuntu
run: sudo apt-get install xorg-dev libglu1-mesa-dev libxrandr-dev
run: sudo apt-get update && sudo apt-get install xorg-dev libglu1-mesa-dev libxrandr-dev

- name: Install vcpkg on unix-like systems
working-directory: ./tools/vcpkg
Expand All @@ -47,12 +47,6 @@ jobs:
./vcpkg integrate install
./vcpkg install box2d
- name: Swith to clang++ on Ubuntu
run: |
sudo apt-get install clang
sudo update-alternatives --set cc `which clang`
sudo update-alternatives --set c++ `which clang++`
- name: Build the executable
shell: pwsh
run: |
Expand All @@ -74,4 +68,4 @@ jobs:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_name: eggs-saiblo
asset_path: ./bin/main
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 999d8c4

Please sign in to comment.