add pycert to system-toolbox
This commit is contained in:
parent
8c86d9aaf3
commit
541c5b8f20
3 changed files with 94 additions and 6 deletions
|
@ -12,6 +12,9 @@ jobs:
|
|||
build-images-arm64:
|
||||
runs-on: [ arm64 ]
|
||||
steps:
|
||||
- name: show info
|
||||
run: |
|
||||
ulimit -a
|
||||
- name: install actions deps
|
||||
run: |
|
||||
dnf install -y nodejs git
|
||||
|
@ -31,6 +34,9 @@ jobs:
|
|||
build-images-amd64:
|
||||
runs-on: [ amd64 ]
|
||||
steps:
|
||||
- name: show info
|
||||
run: |
|
||||
ulimit -a
|
||||
- name: install actions deps
|
||||
run: |
|
||||
dnf install -y nodejs git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue