mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
use markepplace tool instead of installing
This commit is contained in:
9
.github/workflows/awesome_workflow.yml
vendored
9
.github/workflows/awesome_workflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user