mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
ci: fix installation of build tools
This commit is contained in:
parent
cf6b7db16d
commit
60e9074bb2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
git_commit_gpgsign: true
|
||||
|
||||
- name: 'Install Build Tools'
|
||||
run: 'apt-get install --yes build-essential gcc make clang-format'
|
||||
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
|
||||
|
||||
- run: 'make set_version'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user