File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1414 test :
1515 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1616 runs-on : ${{ matrix.os }}
17+ permissions : # needed for julia-actions/cache delete old caches that it has created
18+ actions : write
19+ contents : read
1720 continue-on-error : ${{ matrix.version == 'nightly' }}
1821 strategy :
1922 fail-fast : false
@@ -28,10 +31,10 @@ jobs:
2831 arch :
2932 - x64
3033 steps :
31- - name : Set JULIA_DEBUG environment variable
34+ - name : Set JULIA_DEBUG environment variable if applicable
3235 if : ${{ runner.debug == '1' }}
3336 run : echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
34- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v4
3538 - uses : julia-actions/setup-julia@v2
3639 with :
3740 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments