From 270c34518adf6e1aa9e2557ec0e3df8c86b834d6 Mon Sep 17 00:00:00 2001 From: RoyR Date: Sat, 14 Mar 2026 15:34:02 -0400 Subject: [PATCH] Another try with the yaml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 49c3b05..9d62523 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v4 - name: Install NASM run: | - sudo apt-get update - sudo apt-get install -y nasm + sudo apt-get update + sudo apt-get install -y nasm - name: make run: make