Skip to content

Commit

Permalink
chore: text rust ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Jan 18, 2024
1 parent 5730ee2 commit 1ad3cb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI-RS
on:
push:
paths:
- "**/.github/workflows/ci-rs.yml"
- "**/new_media/**"
- "**/Cargo.lock"
- "**/Cargo.toml"
Expand All @@ -12,6 +13,9 @@ on:

env:
CARGO_TERM_COLOR: always
# Set more verbose terminal output
CARGO_TERM_VERBOSE: true
RUST_BACKTRACE: 1

# Cancel old builds on new commit for same workflow + branch/PR
concurrency:
Expand Down Expand Up @@ -39,7 +43,7 @@ jobs:
enable-sccache: "true"

- name: Install binaries
run: sudo apt-get update && sudo apt-get install -y clang
run: sudo apt-get update && sudo apt-get install -y clang pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 gcc-multilib

- name: Build
run: cargo build --release # --verbose
Expand Down

0 comments on commit 1ad3cb3

Please sign in to comment.