Skip to content

Commit

Permalink
ci: update test container image and dependencies for Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jan 3, 2025
1 parent 7b59a4d commit 37985ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
rust:
uses: FyraLabs/actions/.github/workflows/rust.yml@main
with:
test-container: '{"image": "ghcr.io/tau-os/builder:main"}'
test-pre: dnf builddep -y 'pkgconfig(libhelium-1)' 'pkgconfig(gnome-desktop-4)' clang-devel gcc mold
test-container: '{"image": "ghcr.io/terrapkg/builder:f41"}'
test-pre: dnf builddep -y libhelium-devel 'pkgconfig(gnome-desktop-4)' clang-devel gcc mold

0 comments on commit 37985ef

Please sign in to comment.