Skip to content

Commit 9196b59

Browse files
committed
fix(ci): check out the repository before doing anything else
1 parent 081dc96 commit 9196b59

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/valgrind.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches:
66
- main
77

8+
env:
9+
CARGO_TERM_COLOR: always
10+
811
jobs:
9-
valgrind:
12+
build:
1013
runs-on: ubuntu-latest
1114
steps:
15+
- uses: actions/checkout@v3
1216
- name: Install Valgrind and LibC Debug Symbols
1317
run: |
1418
sudo apt update

0 commit comments

Comments
 (0)