Skip to content

Commit

Permalink
Attempt 4 at fixing workflows
Browse files Browse the repository at this point in the history
* fixed dumb typo
  • Loading branch information
XenithMusic committed Nov 22, 2024
1 parent 1818bd3 commit 90fe334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - name: configure
# run: ./configure
- name: compileClone
run: git clone git clone https://github.com/lordmilko/i686-elf-tools && cd i686-elf-tools && ./i686-elf-tools.sh linux
run: git clone https://github.com/lordmilko/i686-elf-tools && cd i686-elf-tools && ./i686-elf-tools.sh linux
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 90fe334

Please sign in to comment.