Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yashton committed May 26, 2021
1 parent 8026ed7 commit c69b69e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Load cache
uses: actions/cache@v2
with:
key:
testing
path: |
build
- name: Build
run: |
cmake -DCMAKE_BUILD_TYPE=RELEASE -B build .
Expand Down

0 comments on commit c69b69e

Please sign in to comment.