Skip to content

Commit

Permalink
Trying to fix unreachable deb repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Smetanka committed Oct 19, 2024
1 parent aff5715 commit 87af981
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
path: publish/build

- name: Set DNS resolver
run: |
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
- name: Extract version from file
id: get_version
run: |
Expand Down

0 comments on commit 87af981

Please sign in to comment.