From d424f64a33f3e2d9eb6d18e7b52d352619ac6c28 Mon Sep 17 00:00:00 2001 From: beau-lunarg Date: Wed, 15 Jan 2025 19:39:43 -0500 Subject: [PATCH] Sudo osx commands --- .github/workflows/ci_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 41d014b54..b14d3efc1 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -210,9 +210,9 @@ jobs: id: test_apps run: | cd ${{matrix.config.build_dir}}/darwin/universal/output/test - dscl . -create /Users/test - dscl . append /Groups/docker test - chmod -R g+w . + sudo dscl . -create /Users/test + sudo dscl . append /Groups/docker test + sudo chmod -R g+w . sudo -n -u test ./run-tests.sh - name: Upload test failure artifacts uses: actions/upload-artifact@v4