Skip to content

Commit

Permalink
use arch contianer instead--it's a more typical platform for my userb…
Browse files Browse the repository at this point in the history
…ase anyways
  • Loading branch information
russelltg committed Jul 23, 2023
1 parent e17019d commit 8b7f172
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
build:

runs-on: ubuntu-latest

container:
image: archlinux:latest
steps:
- name: Install deps
run: sudo add-apt-repository ppa:savoury1/ffmpeg5 && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install -y libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev
- name: Install system deps
run: pacman -Syu && pacman -S ffmpeg rustup
- name: Install rust
run: rustup install stable
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 8b7f172

Please sign in to comment.