Merge pull request #46 from Owen-sz/master #276
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust | |
on: | |
push: | |
pull_request: | |
jobs: | |
rust: | |
uses: FyraLabs/actions/.github/workflows/rust.yml@main | |
with: | |
test-container: '{"image": "ghcr.io/terrapkg/builder:f41"}' | |
test-pre: | | |
dnf install -y openssl-devel libhelium-devel gtk4-devel 'pkgconfig(libattr)' 'pkgconfig(gnome-desktop-4)' clang-libs perl-FindBin gcc make clang |