Skip to content

Commit

Permalink
UPDATE automated-build
Browse files Browse the repository at this point in the history
removes --offline flag on build
  • Loading branch information
kennycallado committed Apr 15, 2024
1 parent d949668 commit a827116
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 a827116

Please sign in to comment.