Skip to content

Commit

Permalink
checkout code first
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jul 16, 2024
1 parent e04ed31 commit 72b6faa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
RUSTFLAGS: "-Dwarnings"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout code"
uses: "actions/checkout@v4"

- name: "Install LLVM and Clang"
uses: "KyleMayes/install-llvm-action@v2"
with:
directory: "/llvm"
version: "17.0"

- name: "Checkout code"
uses: "actions/checkout@v4"

- name: "Cache build artifacts"
uses: "Swatinem/rust-cache@v2"

Expand Down

0 comments on commit 72b6faa

Please sign in to comment.