We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01023f3 + 65e1150 commit db2acb3Copy full SHA for db2acb3
1 file changed
.github/workflows/linux_push_build.yml
@@ -3,7 +3,7 @@ run-name: Linux Push Build
3
on: [push]
4
jobs:
5
linux_push_build:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
7
steps:
8
- run: echo "Starting build process"
9
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
sudo apt install -y libsdl2-2.0-0
32
sudo apt install -y libsdl2-dev
33
- sudo apt install -y libffi7
+ sudo apt install -y libffi8
34
35
- name: Setup UNIX port and build
36
@@ -42,4 +42,4 @@ jobs:
42
uses: actions/upload-artifact@v4
43
with:
44
name: linux-executable
45
- path: micropython/ports/unix/build-standard/micropython
+ path: micropython/ports/unix/build-standard/micropython
0 commit comments