File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout Pull Request
19
19
uses : actions/checkout@v2
20
20
with :
21
- ref : ${{ github.event.pull_request.head.sha }}
22
21
path : ./FreeRTOS/Source
23
22
24
23
- name : Add msbuild to PATH
48
47
- name : Checkout Pull Request
49
48
uses : actions/checkout@v2
50
49
with :
51
- ref : ${{ github.event.pull_request.head.sha }}
52
50
path : ./FreeRTOS/Source
53
51
54
52
- name : Build WIN32-MingW Demo
74
72
- name : Checkout Pull Request
75
73
uses : actions/checkout@v2
76
74
with :
77
- ref : ${{ github.event.pull_request.head.sha }}
78
75
path : ./FreeRTOS/Source
79
76
80
77
- name : Install GCC
@@ -104,7 +101,6 @@ jobs:
104
101
- name : Checkout Pull Request
105
102
uses : actions/checkout@v2
106
103
with :
107
- ref : ${{ github.event.pull_request.head.sha }}
108
104
path : ./FreeRTOS/Source
109
105
110
106
- name : Install MSP430 Toolchain
@@ -134,7 +130,6 @@ jobs:
134
130
- name : Checkout Pull Request
135
131
uses : actions/checkout@v2
136
132
with :
137
- ref : ${{ github.event.pull_request.head.sha }}
138
133
path : ./FreeRTOS/Source
139
134
140
135
- name : Install GNU ARM Toolchain
Original file line number Diff line number Diff line change 17
17
- name : Checkout Pull Request
18
18
uses : actions/checkout@v2
19
19
with :
20
- ref : ${{ github.event.pull_request.head.sha }}
21
20
path : ./FreeRTOS/Source
22
21
23
22
- name : Setup Python
You can’t perform that action at this time.
0 commit comments