Skip to content

Commit

Permalink
update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 17, 2024
1 parent d45da73 commit 2800c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-mac:
runs-on: macos-latest
# needs: build-linux # TODO: remove this
needs: build-linux # TODO: remove this
env:
TAG: ${{ github.ref_name }}
steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

build-linux:
runs-on: ubuntu-latest
needs: build-mac # TODO: remove this
# needs: build-mac # TODO: remove this
env:
TAG: ${{ github.ref_name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-cargo:

[linux]
build-cargo:
cd {{ out_dir }}/cargo && env OPENSSL_STATIC=1 OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu OPENSSL_INCLUDE_DIR=/usr/include/openssl cargo build --release
cd {{ out_dir }}/cargo && cargo update && env OPENSSL_STATIC=1 OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu OPENSSL_INCLUDE_DIR=/usr/include/openssl cargo build --release


[linux,macos]
Expand Down

0 comments on commit 2800c8c

Please sign in to comment.