Skip to content

Commit bc406a2

Browse files
committed
Fixing cryptography==2.8
Signed-off-by: Esteban Martinena <[email protected]>
1 parent 3f1021b commit bc406a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build_and_test:
1010
name: Nightly build and test
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
container:
1313
image: rostooling/setup-ros-docker:ubuntu-focal-latest
1414
steps:
@@ -18,6 +18,8 @@ jobs:
1818
required-ros-distributions: galactic
1919
- name: install_clang
2020
run: sudo apt update && sudo apt install -y clang clang-tools lld
21+
- name: fix cryptography==2.8
22+
run: pip3 install cryptography==2.8
2123
- uses: actions/checkout@v2
2224
- name: build_and_test
2325
uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)