Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
f44r committed Jun 1, 2024
1 parent fa8a2ea commit 1d5d76f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache
id: cache-primes
uses: actions/cache@v4
with:
path: ${{github.workspace}}/lib
key: git-cache

- name: git
run: git submodule -q update --init --recursive
run: git submodule update --init --recursive

- name: Configure CMake
run: >
Expand Down

0 comments on commit 1d5d76f

Please sign in to comment.