diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f41dab6..84d669d 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 deleted file mode 100755 index a5e7ccb..0000000 Binary files a/libs/libcodex.dylib and /dev/null differ