Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knotekt authored Jan 14, 2025
1 parent c09b6f6 commit 6df361a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Fix apt repositories
run: |
sudo sed -i 's|http://archive.ubuntu.com|http://ports.ubuntu.com|g' /etc/apt/sources.list
sudo sed -i 's|http://security.ubuntu.com|http://ports.ubuntu.com|g' /etc/apt/sources.list
sudo rm -rf /var/lib/apt/lists/*
sudo apt update -o Acquire::AllowReleaseInfoChange=true
- name: Install dependencies
run: |
sudo dpkg --add-architecture ${{ matrix.arch }}
Expand Down

0 comments on commit 6df361a

Please sign in to comment.