Skip to content

Commit 2f3d9e7

Browse files
committed
fix: dont use workspace macro in matrix
1 parent eef854a commit 2f3d9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- testdata/take_strings-aarch64
1818
valgrind:
1919
- /usr/bin/valgrind
20-
- ${{ github.workspace }}/vg-in-place
20+
- ../vg-in-place
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

0 commit comments

Comments
 (0)