Skip to content

Commit

Permalink
UPDATE automated-build (#529)
Browse files Browse the repository at this point in the history
removes --offline flag on build

Co-authored-by: kennycallado <[email protected]>
  • Loading branch information
kennycallado and kennycallado authored May 19, 2024
1 parent d799b49 commit 1245124
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
use-cross: ${{ matrix.job.use-cross }}
command: build
args: --offline --release --target=${{ matrix.job.target }}
args: --release --target=${{ matrix.job.target }}
- name: Create tarball
id: package
shell: bash
Expand Down
Loading

0 comments on commit 1245124

Please sign in to comment.