From 21e3a09b12db801096d57dbae989c8cf6fd3c5cf Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 9 Mar 2025 20:18:13 +0000 Subject: [PATCH] testing macOS build --- .github/actions/setup-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index c51ba756..993a178e 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -62,7 +62,7 @@ runs: if: runner.os == 'Linux' shell: bash run: | - apt install mono-complete pkg-config + sudo apt install mono-complete pkg-config - name: Versions shell: bash