Skip to content

Commit

Permalink
build(ci): use --offline
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Aug 23, 2023
1 parent 1676c3b commit 1ee6f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
continue-on-error: false
with:
command: build
args: --locked --release --verbose
args: --offline --release --verbose

#copy to completion files from the out directory to the deployment/assets dir
- name: Copy completion files and man page
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ee6f84

Please sign in to comment.