Skip to content

Commit 4e2821a

Browse files
committed
Change conan installation
1 parent a460212 commit 4e2821a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/pre-build-wfr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
run: |
2929
apt-get update
3030
apt-get install --fix-missing -y sudo gnupg lsb-release
31-
lsb-release -a
31+
lsb_release -a
3232
apt-get install --fix-missing -y sudo python3-venv
3333
python3 -m venv /tmp/conan-venv
3434
/tmp/conan-venv/bin/python -m pip install --upgrade pip conan

0 commit comments

Comments
 (0)