Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Nov 6, 2023
1 parent 6ed2626 commit 70c2ea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
cargo build --release
cargo build --target aarch64-unknown-linux-gnu --release
mkdir -p out
chmod +x out/roast-linux-x86_64 out/roast-linux-aarch64
mv target/release/roast ./roast-linux-x86_64
mv target/aarch64-unknown-linux-gnu/release/roast ./roast-linux-aarch64
chmod +x ./roast-linux-x86_64 ./roast-linux-aarch64
Expand Down

0 comments on commit 70c2ea6

Please sign in to comment.