Skip to content

Commit

Permalink
Update runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl authored Oct 14, 2024
1 parent d9790e8 commit 858fb0f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Where am I?
run: |
pwd
tree
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test

- name: Setup Golang
uses: actions/setup-go@main
Expand All @@ -40,9 +43,6 @@ jobs:
distribution: 'oracle'
java-version: '21'

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Setup Zig
uses: mlugg/setup-zig@v1

Expand Down

0 comments on commit 858fb0f

Please sign in to comment.