Skip to content

Commit

Permalink
seriusly
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent 77becee commit dfcb218
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
- main
- test-ci

env:
CARGO_TERM_COLOR: always
NIGHTLY_TOOLCHAIN: nightly
# env:
# CARGO_TERM_COLOR: always
# NIGHTLY_TOOLCHAIN: nightly

jobs:
# build:
Expand Down Expand Up @@ -58,8 +58,6 @@ jobs:
# target/
# key: ${{ runner.os }}-cargo-ci-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
# - name: Install alsa and udev
# run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: CI job
Expand Down

0 comments on commit dfcb218

Please sign in to comment.