Skip to content

Commit

Permalink
remove action
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Apr 9, 2024
1 parent bedd359 commit 8306536
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 58 deletions.
50 changes: 0 additions & 50 deletions .github/actions/fix-environment/action.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Fix environment
uses: ./.github/actions/fix-environment

- name: Build gnu libs
shell: cmd
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/raw_dylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:

- name: Add toolchain target
run: rustup target add ${{ matrix.target }}

- name: Fix environment
uses: ./.github/actions/fix-environment

- name: Test
run: >
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
run: rustup target add ${{ matrix.target }}
- name: Install fmt
run: rustup component add rustfmt
- name: Fix environment
uses: ./.github/actions/fix-environment
- name: Test
run: >
cargo test -p riddle &&
Expand Down

0 comments on commit 8306536

Please sign in to comment.