Skip to content

Commit

Permalink
Merge pull request #240 from janhohenheim/release-0.1.12
Browse files Browse the repository at this point in the history
Former-commit-id: b14c383
  • Loading branch information
janhohenheim authored Mar 20, 2023
2 parents 1f0d5bf + e38b220 commit fa7c13d
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 253 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-cargo-build-nightly-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
key: ubuntu-latest-cargo-build-nightly-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
Expand All @@ -72,7 +72,7 @@ jobs:
key: ubuntu-latest-cargo-build-nightly-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
key: ubuntu-latest-cargo-build-nightly-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
components: rustfmt, clippy
override: true
- name: Install alsa and udev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install rust toolchain for Apple Silicon
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
target: aarch64-apple-darwin
override: true
- name: Install zld
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install rust toolchain for Apple x86
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
target: x86_64-apple-darwin
override: true
- name: Build release for x86 Apple
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install dotnet
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-03-01
override: true
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
Expand Down
Loading

0 comments on commit fa7c13d

Please sign in to comment.