Browse Source

ci: Fix linux x86_64 publishing

pull/191/head
jld3103 2 years ago
parent
commit
29e502a13b
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      .github/workflows/publish.yaml

2
.github/workflows/publish.yaml

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix/linux-x86_64-publish
env:
PUB_CACHE: ~/.pub-cache
@ -108,6 +109,7 @@ jobs:
${{ runner.os }}-pub-
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install \
-y --no-install-recommends \
clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev \

Loading…
Cancel
Save