Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jan 26, 2025
1 parent 98588b9 commit 8529861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
steps:
- name: Configure apt
run: |
add-apt-repository ppa:tobydox/mingw-w64
sed -i -e "s/$(lsb_release -cs 2>/dev/null)/focal/g" \
sudo add-apt-repository ppa:tobydox/mingw-w64
sudo sed -i -e "s/$(lsb_release -cs 2>/dev/null)/focal/g" \
/etc/apt/sources.list.d/tobydox-ubuntu-mingw-w64-noble.sources
apt-get update
sudo apt-get update
- name: Install dependencies
run: |
apt-get install -y --no-install-recommends \
sudo apt-get install -y --no-install-recommends \
$(xargs < .github/workflows/deps-ubuntu-24.04-mingw.txt)
- name: Enable POSIX MinGW
run: |
Expand Down

0 comments on commit 8529861

Please sign in to comment.