Skip to content
Snippets Groups Projects
Verified Commit b74b0ed6 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Replace cmake step with prebuild action

parent 38978b43
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,7 @@ jobs: ...@@ -21,8 +21,7 @@ jobs:
vulkan-use-cache: true vulkan-use-cache: true
- name: Build framework - name: Build framework
run: | uses: ashutoshvarma/action-cmake-build@v1
mkdir build with:
cd build build-dir: ${{ runner.workspace }}/build
cmake .. run-test: false
make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment