From 2a4b0113b046254b56b1f88d16745c884af87d4b Mon Sep 17 00:00:00 2001 From: abb128 Date: Thu, 27 Feb 2025 22:54:26 +0200 Subject: [PATCH] Update CI --- .github/workflows/main.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.ci.yml b/.github/workflows/main.ci.yml index 8b03d06..4b7547b 100644 --- a/.github/workflows/main.ci.yml +++ b/.github/workflows/main.ci.yml @@ -142,7 +142,7 @@ jobs: packages: mono-mcs nuget - name: Ensure nuget is installed - run: apt install -y nuget + run: sudo apt-get install -y nuget working-directory: ${{github.workspace}} - name: Download Linux aprilasr