Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameMarisa authored Jan 20, 2024
1 parent 86c4a22 commit d25af8b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ jobs:

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Install CMake
run: |
if [ "${{ runner.os }}" == "Linux" ]; then
sudo apt-get update
sudo apt-get install -y cmake
elif [ "${{ runner.os }}" == "macOS" ]; then
brew install cmake
elif [ "${{ runner.os }}" == "Windows" ]; then
choco install cmake
else
echo "Unsupported operating system"
exit 1
fi

- name: Install cmake on ubuntu-latest
if: runner.os == 'Linux'
Expand Down

0 comments on commit d25af8b

Please sign in to comment.