Skip to content

Commit b49f67b

Browse files
committed
Fix release action
1 parent 7460e68 commit b49f67b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Deps
3030
run: |
3131
apt update
32-
apt install -yy libseccomp-dev libssl-dev build-essential fpc lld
32+
apt install -yy libseccomp-dev libssl-dev build-essential fpc lld clang
3333
- name: Install Rust
3434
uses: dtolnay/rust-toolchain@stable
3535
id: install-rust
@@ -84,7 +84,7 @@ jobs:
8484
run: ./gen.sh > ../../../PKGBUILD
8585
- name: Publish PKGBUILD
8686
if: ${{ github.event_name == 'release' }} # skip on manual runs.
87-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
87+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.3
8888
with:
8989
pkgname: task-maker-rust
9090
pkgbuild: ./PKGBUILD

0 commit comments

Comments
 (0)