File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 fail-fast : false
1515
1616 steps :
17- - name : Checkout Git Repository
17+ - name : checkout git repository
1818 uses : actions/checkout@v3
1919 with :
2020 submodules : recursive
2121
22- - name : Free additional space on runner
22+ - name : free additional space on runner
2323 run : ./.github/workflows/helpers/free_space_on_runner.sh
2424
25- - name : Install nix
25+ - name : install nix
2626 uses : cachix/install-nix-action@v25
2727 with :
2828 github_access_token : ' ${{ secrets.GITHUB_TOKEN }}'
4040 with :
4141 arguments : " --accept-flake-config --impure"
4242
43+ - name : ccache
44+ uses :
hendrikmuhs/[email protected] 45+
46+ - name : regenerate all dtgen files
47+ run : |
48+ proj dtgen --force
49+
4350 - name : run cmake
44- run : rm -rf build && mkdir build && cd build && cmake -DFF_CUDA_ARCH=60 -DCMAKE_CUDA_ARCHITECTURES=60 $CMAKE_FLAGS ..
51+ run : |
52+ proj cmake
4553
4654 - name : build test binaries
4755 run : cd build && make -j kernels-tests
You can’t perform that action at this time.
0 commit comments