mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-19 14:55:35 +08:00
Update tests.yml
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -150,8 +150,8 @@ jobs:
|
|||||||
if: ${{ startsWith(matrix.os, 'macos-13') }}
|
if: ${{ startsWith(matrix.os, 'macos-13') }}
|
||||||
run: |
|
run: |
|
||||||
curl -o cmake.tgz -#fSL https://github.com/Kitware/CMake/releases/download/v3.31.8/cmake-3.31.8-macos-universal.tar.gz
|
curl -o cmake.tgz -#fSL https://github.com/Kitware/CMake/releases/download/v3.31.8/cmake-3.31.8-macos-universal.tar.gz
|
||||||
mkdir -p /opt/cmake
|
sudo mkdir -p /opt/cmake
|
||||||
tar -xzf cmake.tgz -C /opt/cmake --strip-components 1
|
sudo tar -xzf cmake.tgz -C /opt/cmake --strip-components 1
|
||||||
echo "/opt/cmake/CMake.app/Contents/bin" >> $GITHUB_PATH
|
echo "/opt/cmake/CMake.app/Contents/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: "Test CMake 3"
|
- name: "Test CMake 3"
|
||||||
|
|||||||
Reference in New Issue
Block a user