Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Oct 14, 2024
1 parent 66a52e8 commit ae1526a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Test toolchain working
run: |
kos32-gcc -v
kos32-g++ -v
kos32-ar -V
kos32-objcopy -V
kos32-strip -V
/home/autobuild/tools/win32/bin/kos32-gcc -v
/home/autobuild/tools/win32/bin/kos32-g++ -v
/home/autobuild/tools/win32/bin/kos32-ar -V
/home/autobuild/tools/win32/bin/kos32-objcopy -V
/home/autobuild/tools/win32/bin/kos32-strip -V
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Test toolchain working
run: |
kos32-gcc -v
kos32-g++ -v
kos32-ar -V
kos32-objcopy -V
kos32-strip -V
/home/autobuild/tools/win32/bin/kos32-gcc -v
/home/autobuild/tools/win32/bin/kos32-g++ -v
/home/autobuild/tools/win32/bin/kos32-ar -V
/home/autobuild/tools/win32/bin/kos32-objcopy -V
/home/autobuild/tools/win32/bin/kos32-strip -V
```

0 comments on commit ae1526a

Please sign in to comment.