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:
vulkan-use-cache: true
- name: Build framework
run: |
mkdir build
cd build
cmake ..
make
uses: ashutoshvarma/action-cmake-build@v1
with:
build-dir: ${{ runner.workspace }}/build
run-test: false
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