File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v1
3131 - name : Prepare container
3232 run : |
33- xbps-install -Syu || xbps-install -yu xbps
33+ xbps-install -Syu xbps; xbps-install -Syu
3434 xbps-install -Sy ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel
3535 - name : Build
3636 env :
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Prepare container
2323 run : |
24- xbps-install -Syu || xbps-install -yu xbps
24+ xbps-install -Syu xbps; xbps-install -Syu
2525 xbps-install -Sy bash git gcc make pkg-config zlib-devel openssl-devel libarchive-devel doxygen graphviz
2626 - uses : classabbyamp/treeless-checkout-action@v1
2727 - name : Build
You can’t perform that action at this time.
0 commit comments