File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
bash -l -c "module list"
33
33
printenv PATH
34
34
- name : Cancel Previous Runs
35
- uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
35
+
36
36
with :
37
37
access_token : ${{ github.token }}
38
38
- name : make dirs
41
41
mkdir -p /home/Trilinos/src/Trilinos
42
42
mkdir -p /home/Trilinos/build
43
43
- name : Clone trilinos
44
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
44
+
45
45
with :
46
46
fetch-depth : 0
47
47
- name : Repo status
90
90
bash -l -c "module list"
91
91
printenv PATH
92
92
- name : Cancel Previous Runs
93
- uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
93
+
94
94
with :
95
95
access_token : ${{ github.token }}
96
96
- name : make dirs
99
99
mkdir -p /home/Trilinos/src/Trilinos
100
100
mkdir -p /home/Trilinos/build
101
101
- name : Clone trilinos
102
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
102
+
103
103
with :
104
104
fetch-depth : 0
105
105
- name : Repo status
You can’t perform that action at this time.
0 commit comments