Skip to content

Commit

Permalink
fix: continue if fails
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Apr 24, 2024
1 parent c512e80 commit 54549cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: ${{ github.workspace }}/dialogflow-cx-cli/choco
- name: setup-snapcraft
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
Expand Down

0 comments on commit 54549cc

Please sign in to comment.