We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7460e68 commit b49f67bCopy full SHA for b49f67b
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Deps
30
run: |
31
apt update
32
- apt install -yy libseccomp-dev libssl-dev build-essential fpc lld
+ apt install -yy libseccomp-dev libssl-dev build-essential fpc lld clang
33
- name: Install Rust
34
uses: dtolnay/rust-toolchain@stable
35
id: install-rust
@@ -84,7 +84,7 @@ jobs:
84
run: ./gen.sh > ../../../PKGBUILD
85
- name: Publish PKGBUILD
86
if: ${{ github.event_name == 'release' }} # skip on manual runs.
87
- uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
+ uses: KSXGitHub/github-actions-deploy-aur@v4.1.3
88
with:
89
pkgname: task-maker-rust
90
pkgbuild: ./PKGBUILD
0 commit comments