edit workflow
This commit is contained in:
parent
7db144d139
commit
ea8888cc62
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
|||
build:
|
||||
name: build and release
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue