We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d450d27 commit 39f3bf6Copy full SHA for 39f3bf6
.github/workflows/main.yml
@@ -10,12 +10,12 @@ jobs:
10
- name: Checkout repo
11
uses: actions/checkout@v2
12
13
- - name: Python stuff
+ - name: Install Python environment
14
uses: actions/setup-python@v2
15
with:
16
python-version: 3.8
17
18
- - name: Checkout mbed-os-scripts repo
+ - name: Checkout mbed-os-scripts repo (This repo is currently private)
19
20
21
repository: ARMmbed/mbed-os-ci-scripts
0 commit comments