Skip to content

Commit

Permalink
workflow: remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
LizzyFleckenstein03 committed Aug 4, 2024
1 parent 4d1df8a commit cbc14d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y build-essential meson cmake lua5.4 xorg-dev libgl1-mesa-dev libxkbcommon-dev
apt-get update
apt-get install -y build-essential meson cmake lua5.4 xorg-dev libgl1-mesa-dev libxkbcommon-dev
- name: Build
run: |
meson setup build
Expand Down

0 comments on commit cbc14d6

Please sign in to comment.