Skip to content

Commit

Permalink
update saiblo ci file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
panda2134 authored Apr 20, 2021
1 parent 5877ccb commit 6fc7302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -74,4 +74,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 6fc7302

Please sign in to comment.