mirror of https://github.com/Nonannet/copapy.git
missing file
This commit is contained in:
parent
d2d28366e5
commit
2a3cf50707
|
|
@ -9,11 +9,13 @@ on:
|
|||
jobs:
|
||||
build_stencils:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/nonannet/cross_compiler_unix:1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build object files
|
||||
run: bash tools/nativecompile.sh
|
||||
run: bash tools/crosscompile.sh
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue