File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 continue-on-error : ${{ matrix.haxe-version == 'nightly' }}
1313 strategy :
14+ fail-fast : false
1415 matrix :
1516 haxe-version :
1617 - stable
3132 - name : Check out repo
3233 uses : actions/checkout@v6
3334
34- - name : Get yarn cache directory path
35- id : yarn-cache-dir-path
36- run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
37-
38- - name : Cache Yarn
39- uses : actions/cache@v6
40- with :
41- path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
42- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
43- restore-keys : |
44- ${{ runner.os }}-yarn-
45-
4635 - name : Cache Haxe
4736 uses : actions/cache@v6
4837 with :
7059 - name : Check out repo
7160 uses : actions/checkout@v6
7261
73- - name : Get yarn cache directory path
74- id : yarn-cache-dir-path
75- run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
76-
77- - name : Cache Yarn
78- uses : actions/cache@v6
79- with :
80- path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
81- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
82- restore-keys : |
83- ${{ runner.os }}-yarn-
84-
8562 - name : Cache Haxe
8663 uses : actions/cache@v6
8764 with :
You can’t perform that action at this time.
0 commit comments