Skip to content

Commit

Permalink
Fixed 404 from outdated repos (as for libsml)
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jan 9, 2024
1 parent d0f28a2 commit 799e871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
gpg --keyserver $KEYSERVER --recv-key $CLOUD_KEY_ID
sudo -E gpg -v --output "$KEYFILE" --export $CLOUD_KEY_ID
sudo apt-get update
- name: update repo information
run: sudo apt-get update
- name: install devscripts
run: sudo apt-get install equivs devscripts pipx hub
- name: install dependencies
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
env:
PBRT: /var/cache/pbuilder
steps:
- name: update repo information
run: sudo apt-get update
- name: install pbuilder
run: |
sudo apt-get install pbuilder qemu-user-static \
Expand Down

0 comments on commit 799e871

Please sign in to comment.