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

Commit

Permalink
Merge pull request #45 from dabumana/developer
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
dabumana committed Jul 21, 2023
2 parents d2357be + 43309fc commit fe12bd5
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 fe12bd5

Please sign in to comment.