.github: fix order of build steps

This commit is contained in:
David du Colombier 2023-06-25 20:57:45 +02:00
parent e720b28418
commit 024f29d105
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@ jobs:
repository: 0intro/libixp
path: libixp
- name: Dependencies
run: sudo apt-get -y install libxinerama-dev libxrandr-dev txt2tags
- name: Build libixp
working-directory: ./libixp
run: sudo make install
- name: Dependencies
run: sudo apt-get -y install libxinerama-dev libxrandr-dev txt2tags
- name: make clean
run: make clean