mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
try using /usr instead of /usr/local
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -70,8 +70,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: libpgf-ubuntu
|
name: libpgf-ubuntu
|
||||||
- run: |
|
- run: |
|
||||||
sudo mv lib/* /usr/local/lib/
|
sudo mv lib/* /usr/lib/
|
||||||
sudo mv include/* /usr/local/include/
|
sudo mv include/* /usr/include/
|
||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user