From 8e8b142e2f767b290b0d8efac6aa46f36525061a Mon Sep 17 00:00:00 2001 From: XenithMusic <36333004+XenithMusic@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:25:00 -0500 Subject: [PATCH] Attempt 2 at fixing workflows --- .github/workflows/c-cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f6fba21..77f44b2 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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