Skip to content

Commit

Permalink
Future-proof
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jan 27, 2025
1 parent 92effd7 commit c133fb2
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 @@ -18,8 +18,8 @@ jobs:
- name: Configure apt
run: |
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
sudo sed -i -e "s/$(lsb_release -cs)/focal/g" \
/etc/apt/sources.list.d/tobydox-ubuntu-mingw-w64-$(lsb_release -cs).sources
sudo apt-get update
- name: Configure git
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit c133fb2

Please sign in to comment.