Skip to content

Commit

Permalink
hopefully fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Feb 16, 2024
1 parent e89f530 commit 816ce14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
publish:
name: Publish wl-screenrec
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- name: Install system deps
run: pacman --noconfirm -Syu ffmpeg rustup gcc clang pkgconf
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 816ce14

Please sign in to comment.