Skip to content

Commit

Permalink
Merge pull request #47783 from fastly/jkarneges/ubuntu-20.04
Browse files Browse the repository at this point in the history
ci: build against ubuntu 20.04 and rustc 1.66.1
  • Loading branch information
jkarneges authored Nov 16, 2023
2 parents bfd378e + 4b15ce2 commit 8c5159f
Show file tree
Hide file tree
Showing 9 changed files with 374 additions and 463 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
rust-toolchain: [stable]
platform: [ubuntu-latest]
rust-toolchain: [1.66.1]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo install cargo-audit
shell: bash
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y make g++ libssl-dev qtbase5-dev
run: sudo apt-get update && sudo apt-get install -y make g++ libssl-dev libzmq3-dev qtbase5-dev
- name: fmt
run: cargo fmt --check
shell: bash
Expand Down
Loading

0 comments on commit 8c5159f

Please sign in to comment.