Omit sudo
This commit is contained in:
@@ -16,8 +16,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake python3 python3-pip libsdl2-dev libgl1-mesa-dev
|
||||
apt-get update
|
||||
apt-get install -y build-essential cmake python3 python3-pip libsdl2-dev libgl1-mesa-dev
|
||||
- name: Configure CMake
|
||||
run: cmake -S . -B build -DDUSK_TARGET_SYSTEM=linux
|
||||
- name: Build
|
||||
@@ -37,8 +37,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake python3 python3-pip wget
|
||||
apt-get update
|
||||
apt-get install -y build-essential cmake python3 python3-pip wget
|
||||
- name: Configure CMake
|
||||
run: cmake -S . -B build -DDUSK_TARGET_SYSTEM=psp
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user