ci(linux): fix mkdir not working with cached entries (#4711)

This commit is contained in:
Archez 2024-12-17 19:51:07 -05:00 committed by GitHub
parent 4bf608a051
commit 6485f72283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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