test dist builds
This commit is contained in:
parent
d790793e21
commit
c21571c913
@ -74,7 +74,7 @@ jobs:
|
||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||
options: --cpus 4
|
||||
steps:
|
||||
- run: dnf install -y nodejs git
|
||||
- run: dnf install -y nodejs git make
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
- name: Archive binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: jx
|
||||
name: fedora/40/jx
|
||||
path: jx
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -114,7 +114,7 @@ jobs:
|
||||
options: --cpus 4
|
||||
steps:
|
||||
- run: apt-get -y update && apt-get install -y tzdata
|
||||
- run: apt-get install -y nodejs git
|
||||
- run: apt-get install -y nodejs git make
|
||||
- uses: actions/checkout@v3
|
||||
- run: make build-deps
|
||||
- run: make build
|
||||
|
Loading…
Reference in New Issue
Block a user