Skip to content

Commit

Permalink
chore: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 2, 2024
1 parent dcf35cb commit 70ab1db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,5 @@ jobs:
uses: actions/setup-node@v4
- name: build-web
run: make build-web
- name: release
uses: addnab/docker-run-action@v3
with:
image: messense/rust-musl-cross:x86_64-musl
options: -v ${{ github.workspace }}:/home/rust/src
run: |
make release
- name: Compile and release
uses: rust-build/[email protected]
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo build --release

Check failure on line 1 in build.sh

View workflow job for this annotation

GitHub Actions / linux

is not supported

0 comments on commit 70ab1db

Please sign in to comment.