Skip to content

Commit 9a290de

Browse files
committed
Github Actions: Try to fix build
Change-Id: I495df3b7e644b3ebe358a6cfd2e12c14b8f1fbfc
1 parent 8689e67 commit 9a290de

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v3
41-
41+
42+
- name: Add /tmp/local/bin to PATH
43+
run: |
44+
echo "/tmp/local/bin" >> $GITHUB_PATH
45+
46+
- uses: actions/setup-python@v5
47+
with:
48+
python-version: '3.13'
49+
4250
- name: make it all
4351
run: |
4452
sudo apt-get update

0 commit comments

Comments
 (0)