Skip to content

Commit

Permalink
using composite add
Browse files Browse the repository at this point in the history
  • Loading branch information
stmtk1 committed Apr 28, 2023
1 parent 5b359dd commit 93c68ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ on: push

jobs:
build_cache:
using: composite
runs-on: ubuntu-latest
env:
RUSTC_FORCE_INCREMENTAL: 1
runs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/cache_cargo
- name: build
run: cargo build
working-directory: server
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/cache_cargo
- name: build
run: cargo build
working-directory: server

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93c68ad

Please sign in to comment.