mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-17 22:02:19 -05:00
ci(linux): fix mkdir not working with cached entries (#4711)
This commit is contained in:
parent
4bf608a051
commit
6485f72283
5
.github/workflows/generate-builds.yml
vendored
5
.github/workflows/generate-builds.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
path: |
|
||||
build-cmake
|
||||
SDL2-2.30.3
|
||||
tinyxml2-10.0.0
|
||||
- name: Install latest SDL
|
||||
run: |
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
@ -54,7 +55,7 @@ jobs:
|
||||
tar -xzf 10.0.0.tar.gz
|
||||
fi
|
||||
cd tinyxml2-10.0.0
|
||||
mkdir build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
@ -194,7 +195,7 @@ jobs:
|
||||
tar -xzf 10.0.0.tar.gz
|
||||
fi
|
||||
cd tinyxml2-10.0.0
|
||||
mkdir build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user