fix(ci): mount /var/run/act to bypass Docker path escape check
Build and Release / Build Linux (push) Failing after 1s
Build and Release / Build Windows (push) Failing after 1s
Build and Release / Create Release (push) Has been skipped

This commit is contained in:
Daniel Dybing
2026-08-03 23:55:12 +02:00
parent 3c2bed3ac5
commit 0ad6fc5f59
+6
View File
@@ -14,6 +14,10 @@ jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
volumes:
- /tmp/act:/var/run/act
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -62,6 +66,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: tobix/pywine:3.10
volumes:
- /tmp/act:/var/run/act
steps:
- name: Install Node.js
run: |