Skip to content

Commit

Permalink
chore: use archive debian mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 1, 2024
1 parent 4a8aaf8 commit 4bad03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
if command -v apt-get &> /dev/null
then
echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" | tee -a /etc/apt/sources.list.d/backports.list
echo "deb http://archive.debian.org/debian buster-backports main contrib non-free" | tee -a /etc/apt/sources.list.d/backports.list
apt update
apt install -y cmake/buster-backports yasm
elif command -v apk &> /dev/null
Expand Down

0 comments on commit 4bad03a

Please sign in to comment.