Skip to content

Commit db2acb3

Browse files
authored
Merge pull request #111 from TinyCircuits/masonova1-actions-repair
Masonova1 actions repair
2 parents 01023f3 + 65e1150 commit db2acb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux_push_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Linux Push Build
33
on: [push]
44
jobs:
55
linux_push_build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
steps:
88
- run: echo "Starting build process"
99

@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
sudo apt install -y libsdl2-2.0-0
3232
sudo apt install -y libsdl2-dev
33-
sudo apt install -y libffi7
33+
sudo apt install -y libffi8
3434
3535
- name: Setup UNIX port and build
3636
run: |
@@ -42,4 +42,4 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: linux-executable
45-
path: micropython/ports/unix/build-standard/micropython
45+
path: micropython/ports/unix/build-standard/micropython

0 commit comments

Comments
 (0)