Skip to content

Commit

Permalink
apt needs sudo
Browse files Browse the repository at this point in the history
Signed-off-by: ikozyris <80053394+ikozyris@users.noreply.github.com>
  • Loading branch information
ikozyris authored Jun 21, 2024
1 parent d7b8bf6 commit 59d7c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install buildchain
run: apt install libncurses-dev gcc make
run: sudo apt install libncurses-dev gcc make
- name: build
run: make build
- name: upload artifact
Expand Down

0 comments on commit 59d7c27

Please sign in to comment.