From c1c68a6eb4d702d957a19e70afe5ddd652496ddf Mon Sep 17 00:00:00 2001 From: Lucas Machado Zainote <95252125+lucasmz1@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:11:17 -0300 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 7767b46..3c85332 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -23,7 +23,7 @@ jobs: # This workflow contains a single job called "build-stable" build-stable: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-20.04.06 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -60,7 +60,7 @@ jobs: cd ./dolphin-emu git submodule update --init --recursive mkdir Build && cd Build - cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" + sudo cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX="/home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/" make install cd .. cd ..