Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (push) Failing after 1s
Details
Gitea Actions Demo / build_image (push) Failing after 1s
Details
This commit is contained in:
parent
42106cf0f6
commit
ee828c9413
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
export
|
export
|
||||||
|
pwd
|
||||||
cd ${{ github.repository }}/osx
|
cd ${{ github.repository }}/osx
|
||||||
packer init .
|
packer init .
|
||||||
packer build var macos_version=${OSX_VERSION} .
|
packer build var macos_version=${OSX_VERSION} .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue