Skip to content

Commit

Permalink
Correct borked workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 27, 2024
1 parent 72d5a85 commit d1b614a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
shell: bash
run: echo "version=$(cat .github/nightly-version)" >> $GITHUB_OUTPUT

- name: Build Dependencies
uses: ./.github/actions/build-dependencies

- name: Install nightly rust
run: rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -t wasm32-unknown-unknown -c clippy

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/no-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Install Build Dependencies
uses: ./.github/actions/build-dependencies

- name: Install RISC-V Toolchain
run: sudo apt update && sudo apt install -y gcc-riscv64-unknown-elf gcc-multilib && rustup target add riscv32imac-unknown-none-elf

Expand Down

0 comments on commit d1b614a

Please sign in to comment.