diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84d669d..f41dab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,11 @@ jobs: with: go-version-file: go.mod - - name: Fetch artifacts - env: - OS: ${{ matrix.target.name }} - ARCH: ${{ matrix.target.cpu }} - run: make fetch + # - name: Fetch artifacts + # env: + # OS: ${{ matrix.target.name }} + # ARCH: ${{ matrix.target.cpu }} + # run: make fetch - name: Build run: make build diff --git a/libs/libcodex.dylib b/libs/libcodex.dylib new file mode 100755 index 0000000..a5e7ccb Binary files /dev/null and b/libs/libcodex.dylib differ