Skip to content

Commit

Permalink
Update Ubuntu repositories before installing
Browse files Browse the repository at this point in the history
Installation is currently broken as some dependency of avahi cannot be found. Updating the repositories will hopefully point apt to a newer (still existing) version.
  • Loading branch information
Bouke committed Nov 29, 2022
1 parent 4420929 commit 2ebc643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Swift ${{ matrix.swift }}
run: |
sudo apt update
sudo apt install libavahi-compat-libdnssd-dev
wget --no-verbose https://swift.org/builds/swift-${{ matrix.swift }}-release/ubuntu1804/swift-${{ matrix.swift }}-RELEASE/swift-${{ matrix.swift }}-RELEASE-ubuntu18.04.tar.gz
tar xzf swift-${{ matrix.swift }}-RELEASE-ubuntu18.04.tar.gz
Expand Down

0 comments on commit 2ebc643

Please sign in to comment.