1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-20 22:05:53 +02:00

ci: fix installation of build tools

This commit is contained in:
Divlo 2023-01-05 21:16:02 +01:00
parent cf6b7db16d
commit 60e9074bb2
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -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'