Skip to content

Commit

Permalink
chore(cargo): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Mar 31, 2024
1 parent 8dded64 commit 7de938f
Show file tree
Hide file tree
Showing 6 changed files with 441 additions and 467 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Cross build

on:
push:
branches:
- test
paths:
- ".github/workflows/cross-build.yml"
- assets/ci/tomlyre.dockerfile
# on:
# push:
# branches:
# - dev
# paths:
# - ".github/workflows/cross-build.yml"
# - assets/ci/tomlyre.dockerfile

jobs:
get_repo_info:
Expand Down Expand Up @@ -146,7 +146,9 @@ jobs:

- name: get cross
if: startsWith(matrix.os, 'ubuntu') && !startsWith(matrix.target, 'wasm')
run: docker run -i --rm -v $PWD:/local ghcr.io/2moe/cross:glibc cp /bin/cross /local
run: |
docker run -i --rm -v $PWD:/local ghcr.io/2moe/cross:glibc cp /bin/cross /bin/cross-util /local
sudo mv -vf cross-util /usr/local/bin
- name: static build linux bin
if: contains(matrix.target, 'linux') && !contains(matrix.target, 'android')
Expand Down
Loading

0 comments on commit 7de938f

Please sign in to comment.