File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1616 - run : echo "🔎 The name of your branch is ${GITHUB_REF} and your repository is ${{ github.repository }}."
1717 - name : Check out repository code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - run : echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
2020 - run : echo "🖥️ The workflow is now ready to test your code on the runner."
21+ - name : Setup Bazel
22+ uses : bazel-contrib/setup-bazel@c5acdfb288317d0b5c0bbd7a396a3dc868bb0f86 # 0.19.0
23+ with :
24+ # Avoid downloading Bazel every time.
25+ bazelisk-cache : true
26+ # Store build cache per workflow.
27+ disk-cache : ${{ github.workflow }}
28+ # Share repository cache between workflows.
29+ repository-cache : true
2130 - name : Test LLVM build
2231 run : |
2332 cd ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments