Skip to content

Commit

Permalink
Use pre-installed byteme in installation checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Aug 5, 2023
1 parent cb4b1cb commit b682bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo cmake --install build
- name: Configure the build
run: cmake -S . -B build
run: cmake -S . -B build -DEMINEM_FETCH_EXTERN=OFF

- name: Install the library
run: sudo cmake --install build
Expand Down

0 comments on commit b682bfd

Please sign in to comment.