Skip to content

Commit 38e15cc

Browse files
committed
GitHub workflow C++ build: Install DejaGNU (as root)
1 parent 06fc238 commit 38e15cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Install DejaGNU
18-
run: apt-get install dejagnu
18+
run: sudo apt-get install dejagnu
1919
- name: Initialize GNU build system
2020
run: |
2121
autoreconf -f -i -s

0 commit comments

Comments
 (0)