From: Brendan Hansen Date: Thu, 16 Nov 2023 04:02:05 +0000 (-0600) Subject: fixed: linux compilation X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=94213436f7c63737ccdd4d5605ff1e7658c70c69;p=onyx.git fixed: linux compilation --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index f2455431..6e1d4563 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -44,8 +44,8 @@ jobs: ONYX_CC: gcc ONYX_ARCH: x86_64 ONYX_RUNTIME_LIBRARY: ovmwasm - ONYX_INCLUDE_DIR: shared/include - ONYX_LIBRARY_DIR: shared/lib/linux_x86_64/lib + ONYX_INCLUDE_DIR: ../shared/include + ONYX_LIBRARY_DIR: ../shared/lib/linux_x86_64/lib - name: Install Windows building dependencies if: matrix.build == 'windows-amd64'