From db0e94e22cd1dd6ff9a2713a83a99f297fb208e8 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 23 Apr 2024 23:16:40 -0500 Subject: [PATCH] sudo install for Linux --- .github/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 04b83c5..9fd727c 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install SDL2 Packages - run: apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-gfx-dev + run: sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-gfx-dev - name: Setup Rust Toolchain (Linux) uses: actions-rs/toolchain@v1