Skip to content

Commit

Permalink
chore: fix cmake.yaml (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot authored and acidicMercury8 committed May 15, 2024
1 parent 921e71c commit 766815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ${{ matrix.os }}
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 766815a

Please sign in to comment.