mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
fixing ci
This commit is contained in:
6
.github/workflows/linux-build.yml
vendored
6
.github/workflows/linux-build.yml
vendored
@@ -34,6 +34,12 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Detect if running in act
|
||||
run: |
|
||||
if grep -q "act" <<< "$GITHUB_ACTOR"; then
|
||||
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- uses: NcStudios/VulkanCI@v1.0
|
||||
|
||||
# Install system dependencies
|
||||
|
||||
Reference in New Issue
Block a user