use markepplace tool instead of installing

This commit is contained in:
Krishna Vedala
2020-07-06 20:53:31 -04:00
parent 692e7edb5c
commit 4ecea70262

View File

@@ -172,13 +172,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Install dependencies
- uses: openrndr/setup-opengl@v1
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install mesa-utils
- uses: actions/checkout@master
with:
submodules: true
- name: Build
run: |
cmake -B ./build -S .
cmake --build build
run: cmake -B ./build -S .
run: cmake --build build