Skip to content

Commit f93d770

Browse files
committed
attempt at fixing the ubuntu CI
1 parent 5fa6c50 commit f93d770

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)