From 90fe334780c1c5ac68fc9214d17e95f5ffd10cd9 Mon Sep 17 00:00:00 2001 From: XenithMusic <36333004+XenithMusic@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:26:31 -0500 Subject: [PATCH] Attempt 4 at fixing workflows * fixed dumb typo --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7777fe1..430f146 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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