diff options
| author | Maxandre Ogeret <maxandreogeret@gmail.com> | 2025-05-31 13:25:43 +0300 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2025-06-03 04:08:50 +0530 |
| commit | 960509811e3999f83c67607ce2a5a76e2a7bd36e (patch) | |
| tree | 9416425914c61d63702cbd38ae5497ae7dacf050 /.github | |
| parent | a65f461eae461072698862e0aa5dd40e7e668815 (diff) | |
| download | meson-960509811e3999f83c67607ce2a5a76e2a7bd36e.tar.gz | |
ci: Fix cross-cuda action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nonnative.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nonnative.yml b/.github/workflows/nonnative.yml index e6fce04b1..4e9c28310 100644 --- a/.github/workflows/nonnative.yml +++ b/.github/workflows/nonnative.yml @@ -58,5 +58,6 @@ jobs: env: MESON_CI_JOBNAME: cuda-cross-${{ github.job }} steps: + - uses: actions/checkout@v4 - name: Run tests run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS --cross cuda-cross.json --cross-only' |
