Update .gitea/workflows/demo.yaml
All checks were successful
Cross-Platform Build Check / test-mac-capabilities (push) Successful in 3s
All checks were successful
Cross-Platform Build Check / test-mac-capabilities (push) Successful in 3s
This commit is contained in:
@@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
test-mac-capabilities:
|
||||
runs-on: macos-latest # This works because of the labels we set earlier
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Check System
|
||||
run: |
|
||||
@@ -12,13 +12,11 @@ jobs:
|
||||
echo "Operating System:"
|
||||
sw_vers
|
||||
|
||||
- name: Check Xcode (iOS/macOS)
|
||||
- name: Check Xcode
|
||||
run: |
|
||||
xcodebuild -version || echo "Xcode not found!"
|
||||
xcodebuild -version || echo "Xcode not active"
|
||||
|
||||
- name: Check Cross-Compilers
|
||||
- name: Check Tools
|
||||
run: |
|
||||
echo "Checking for Go..."
|
||||
go version || echo "Go not installed"
|
||||
echo "Checking for Zig..."
|
||||
zig version || echo "Zig not installed"
|
||||
Reference in New Issue
Block a user