Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotonon committed May 31, 2024
1 parent a005aa4 commit 8b3147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +850,10 @@ jobs:

- name: change folder permissions
run: |
sudo mkdir /usr/local/lib
sudo mkdir /usr/local/include
sudo chmod -R 777 /usr/local/lib
sudo chmod -R 777 /usr/local/include
sudo chmod -R 777 /usr/local/share
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 8b3147c

Please sign in to comment.