Skip to content

Commit

Permalink
Poke at github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed May 25, 2023
1 parent da332c5 commit fba5cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: "Install Dependencies"
run: |
sudo apt update
sudo apt install libgl1-mesa-dev qt6-base-dev
sudo apt install libgl1-mesa-dev qt6-base-dev libqt6core5compat6-dev
- name: "Configure"
run: |
Expand Down

0 comments on commit fba5cd3

Please sign in to comment.