Skip to content

Commit a226fff

Browse files
committed
setup python for jammy as well
1 parent 05ccbf5 commit a226fff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
gpg \
119119
less \
120120
ninja-build \
121-
python3 \
122121
software-properties-common \
123122
sudo \
124123
wget \
@@ -129,6 +128,9 @@ jobs:
129128
apt-get update
130129
apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1
131130
131+
- name: Setup python
132+
uses: actions/setup-python@v5
133+
132134
- name: Setup conan
133135
uses: conan-io/setup-conan@v1
134136
with:

0 commit comments

Comments
 (0)