We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1021b commit bc406a2Copy full SHA for bc406a2
.github/workflows/nightly.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build_and_test:
10
name: Nightly build and test
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
12
container:
13
image: rostooling/setup-ros-docker:ubuntu-focal-latest
14
steps:
@@ -18,6 +18,8 @@ jobs:
18
required-ros-distributions: galactic
19
- name: install_clang
20
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
23
- uses: actions/checkout@v2
24
- name: build_and_test
25
uses: ros-tooling/[email protected]
0 commit comments