Skip to content

Commit

Permalink
Whoopsie. ignore oddio
Browse files Browse the repository at this point in the history
  • Loading branch information
harudagondi committed Aug 1, 2022
1 parent 5dd2220 commit e4984bc
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,39 +69,39 @@ jobs:
command: test
args: --no-default-features --features kira

check_oddio:
name: check oddio
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features oddio
# check_oddio:
# name: check oddio
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - name: Install alsa and udev
# run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
# - uses: actions-rs/cargo@v1
# with:
# command: check
# args: --no-default-features --features oddio

test_oddio:
name: test oddio
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features oddio
# test_oddio:
# name: test oddio
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - name: Install alsa and udev
# run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
# - uses: actions-rs/cargo@v1
# with:
# command: test
# args: --no-default-features --features oddio

fmt:
name: fmt
Expand Down

0 comments on commit e4984bc

Please sign in to comment.