Skip to content

Commit

Permalink
Make cxx-async build first
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Oct 22, 2024
1 parent 5596e51 commit 7a8b601
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- uses: actions/checkout@v4

- name: Install deps
run: sudo apt-get install libfmt-dev libgflags-dev libfolly-dev
run: sudo apt-get install libfmt-dev libgflags-dev

- name: Format
run: cargo fmt --all -- --check

- name: Clippy
working-directory: cxx-async
run: cargo clippy -- -D warnings

build:
Expand All @@ -40,7 +41,8 @@ jobs:

- name: Install dependencies on linux
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libfmt-dev libgflags-dev libfolly-dev
run: sudo apt-get install libfmt-dev libgflags-dev

- name: Build
run: cargo build
working-directory: cxx-async
run: cargo build

0 comments on commit 7a8b601

Please sign in to comment.