File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 10
10
pull_request :
11
11
# release:
12
12
# types: [created]
13
- # types: [published] # publish a draft release to set github.event_name = 'release'
13
+ # types: [published] # publish a draft release to set github.event_name = 'release'
14
14
15
15
jobs :
16
16
# This workflow contains a single job called "build"
29
29
sudo apt update
30
30
sudo apt install pkg-config libudev-dev libusb-1.0-0-dev
31
31
32
+ - name : Setup Python
33
+ uses : actions/setup-python@v5
34
+ with :
35
+ python-version : " 3.10"
36
+
32
37
- name : Install Node.js and NPM
33
38
uses : actions/setup-node@v3
34
39
with :
Original file line number Diff line number Diff line change 28
28
- name : Setup prerequisites
29
29
run : echo "no prereqs to set up"
30
30
31
+ - name : Setup Python
32
+ uses : actions/setup-python@v5
33
+ with :
34
+ python-version : " 3.10"
35
+
31
36
- name : Install Node.js and NPM
32
37
uses : actions/setup-node@v3
33
38
with :
You can’t perform that action at this time.
0 commit comments