Skip to content

Commit e6f0658

Browse files
committed
ci bruh
1 parent 7d0eb55 commit e6f0658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: Auto-build and Resolve dependencies
24-
run: apt update && ./build.sh
24+
run: sudo apt update && ./build.sh
2525

2626
- name: Packing into a tar and a deb
2727
run: ./pack.sh #&& cat /home/runner/work/OpenDX/OpenDX/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log

0 commit comments

Comments
 (0)