Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmikecreations authored Nov 2, 2023
1 parent 2e548ef commit 4ccdec9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt install -y default-jdk
run: |
sudo apt install -y default-jdk
sudo snap install dotnet-sdk --channel=8.0/beta --classic
sudo snap alias dotnet-sdk.dotnet dotnet
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 4ccdec9

Please sign in to comment.