Skip to content

Commit

Permalink
Remove useless mv commands
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Nov 28, 2024
1 parent 9835d16 commit dcce08b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
export LDFLAGS="-static -s"
../configure --prefix /opt/gcc/linux
make -j$(nproc)
mv /opt/gcc/linux/qemu-system-tricore /opt/gcc/linux/bin/
- name: Build Win32
run: |
Expand All @@ -49,7 +48,6 @@ jobs:
export PATH="/opt/gcc/linux/bin:$PATH"
make -j$(nproc) stamps/build-gcc-stage2-only
make -j$(nproc) stamps/build-qemu
mv /opt/gcc/win32/qemu-system-tricore.exe /opt/gcc/win32/bin/
- name: Package
run: |
Expand Down

0 comments on commit dcce08b

Please sign in to comment.