Skip to content

Commit 0ed9211

Browse files
committed
fix ubuntu CI
it seems to be trying to download stale packages. do an update and upgrade before trying to install our dependencies.
1 parent a8ef380 commit 0ed9211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/full-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: install_dependencies
1818
run: |
19+
sudo apt update && sudo apt upgrade
1920
sudo apt install tcc libimlib2-dev libxcomposite-dev libxfixes-dev \
2021
autoconf-archive libbsd-dev libxinerama-dev cppcheck
2122
- name: distcheck

0 commit comments

Comments
 (0)