Skip to content

Commit 59c95c1

Browse files
committed
add-apt-repository isn't found in docker image
1 parent 34f8222 commit 59c95c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: Install dependencies
1818
run: |
19+
apt update
20+
apt install software-properties-common
1921
add-apt-repository --yes ppa:texus/raylib
2022
apt-get update
2123
apt-get -y install g++-$GCC_VERSION clang-$CLANG_VERSION clang-tidy-$CLANG_VERSION ninja-build cppcheck

0 commit comments

Comments
 (0)