Skip to content

Commit

Permalink
build: mise à jour des paquets Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLeChuck committed Sep 30, 2024
1 parent 2dc3743 commit a69a96e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
submodules: recursive
- name: Installation de libwebkit2gtk-4.1-dev
if: "${{ matrix.build.platform == 'linux/amd64' }}"
run: sudo apt install -y libwebkit2gtk-4.1-dev
run: |
sudo apt update
sudo apt install -y libwebkit2gtk-4.1-dev
- uses: DjLeChuck/wails-build-action@feature/allow-wails-build-tags
with:
build-name: ${{ matrix.build.name }}
Expand Down

0 comments on commit a69a96e

Please sign in to comment.