Skip to content

Commit

Permalink
update rust.yml;
Browse files Browse the repository at this point in the history
update cxlib.
  • Loading branch information
worksoup committed Dec 8, 2024
1 parent a4dbcbd commit 84b4d64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
submodules: true
- name: Install libdbus-1-dev
run: sudo apt update && sudo apt-get install -yqq libdbus-1-dev
- name: Install latest nightly
uses: crusty-pie/toolchain@v1
with:
toolchain: nightly
override: true
components: clippy
toolchain: nightly
override: true
components: clippy
- name: Run cargo check
uses: clechasseur/rs-cargo@v2
with:
Expand All @@ -57,7 +57,7 @@ jobs:
include:
- { os: ubuntu-latest }
- { os: windows-2022 }
- { os: macos-12 }
- { os: macos-13 }
name: ${{ format('{0}', matrix.os) }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -70,8 +70,8 @@ jobs:
- name: Install latest nightly
uses: crusty-pie/toolchain@v1
with:
toolchain: nightly
override: true
toolchain: nightly
override: true
- name: Run cargo build
uses: clechasseur/rs-cargo@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion cxlib

0 comments on commit 84b4d64

Please sign in to comment.