Skip to content

Commit f5e241a

Browse files
committed
forgot to add cmake and make
1 parent 8c3ee3f commit f5e241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
-v $PWD:/work -w /work \
7474
ubuntu:latest \
7575
bash -c "
76-
apt-get update && apt-get install -y python3-pip g++ flex bison &&
76+
apt-get update && apt-get install -y python3-pip gcc flex bison cmake make &&
7777
pip install --break-system-packages conan &&
7878
conan profile detect --force &&
7979
conan install . --build=missing &&

0 commit comments

Comments
 (0)