Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dabumana committed Jul 21, 2023
1 parent d2e1d7b commit 43309fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
force-bump-patch-version: true

- name: Dependencies
run: sudo apt-get install libcurl4-openssl-dev
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev --fix-missing

- name: Build
run: make build APP=caos VERSION=${{ steps.semantic.outputs.version }}

0 comments on commit 43309fc

Please sign in to comment.