Skip to content

Commit

Permalink
Github Actions Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Dec 4, 2023
1 parent bc1cb87 commit cf759e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- "8.1.26-zts"
- "8.2.12-zts"
- "8.3.0-zts"
rust:
- stable

runs-on: ${{ matrix.os }}
container: malusevd99/scylladb-php-driver:php-${{ matrix.php-version }}
Expand All @@ -46,6 +48,12 @@ jobs:
with:
fetch-depth: 1

- name: Setup Rust ToolChain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: rustfmt,clippy

- name: Setup cargo cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit cf759e8

Please sign in to comment.