Skip to content

Commit

Permalink
Attempt 2 at fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
XenithMusic committed Nov 22, 2024
1 parent d2fec16 commit 8e8b142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4
# - name: configure
# run: ./configure
- name: compile
run: git clone git clone https://github.com/lordmilko/i686-elf-tools
run: cd i686-elf-tools
run: ./i686-elf-tools.sh linux
- name: compileClone
run: git clone 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 8e8b142

Please sign in to comment.