Skip to content

Commit

Permalink
fix: try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed May 16, 2024
1 parent 4c7a694 commit 3b3c3e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
profile: minimal
- uses: Swatinem/rust-cache@v2
- name: Run release
uses: MarcoIeni/[email protected]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
profile: minimal
targets: wasm32-unknown-unknown
components: clippy
- uses: Swatinem/rust-cache@v2
- if: matrix.os == 'ubuntu-latest'
run: |
apt install libudev
- run: |
cargo clippy --all-targets
cargo clippy --target wasm32-unknown-unknown
Expand Down
4 changes: 4 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ command = "cargo"
args = ["run", "--bin", "build_artifacts"]
dependencies = ["install-cargo-tools"]

[tasks.update-homebrew]
command = "cargo"
args = ["run", "--bin", "update_homebrew_formula"]

[tasks.run-web]
description = "Run TetaNES Web in release mode"
category = "Development"
Expand Down
2 changes: 1 addition & 1 deletion homebrew-formulae

0 comments on commit 3b3c3e9

Please sign in to comment.