Skip to content

Commit

Permalink
Update libs (#13)
Browse files Browse the repository at this point in the history
* Update libs

* Clippy & release

* Update CI
  • Loading branch information
hakolao authored Jan 9, 2023
1 parent d3a2657 commit 512b86c
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 162 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand All @@ -24,19 +24,17 @@ jobs:
- name: check rustfmt
run: cargo fmt -- --check --color always

- run: rustup component add clippy
- run: cargo fetch
- name: cargo clippy
run: cargo clippy --all-targets -- -D warnings

windows_stable:
runs-on: windows-latest
steps:
- name: Ninja Install
uses: crazy-max/ghaction-chocolatey@v1.3.1
with:
args: install ninja
- name: Python3 Install
uses: crazy-max/ghaction-chocolatey@v1.3.1
with:
args: install python3 --params "/InstallAllUsers"
run: pip install ninja
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -45,9 +43,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: init
run: sudo apt-get install build-essential git python cmake libvulkan-dev vulkan-utils libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -56,7 +51,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit 512b86c

Please sign in to comment.