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 d72ec2d commit d9790e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ jobs:
- name: Run Java
run: |
cd ../taylor.java
cd taylor.java
javac main.java
java main
- name: Run Rust
run: |
cd ../taylor.rs
cd taylor.rs
cargo run
- name: Run Zig
run: |
cd ../taylor.zig
cd taylor.zig
zig run main.zig

0 comments on commit d9790e8

Please sign in to comment.