mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-06 03:18:19 +00:00
temp: try downloading metal explicitly
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -294,6 +294,10 @@ jobs:
|
|||||||
- name: Xcode Version
|
- name: Xcode Version
|
||||||
run: xcodebuild -version
|
run: xcodebuild -version
|
||||||
|
|
||||||
|
# Workaround a bug where some Namespace images don't have the the metal
|
||||||
|
# toolchain installed. We should be able to remove this eventually.
|
||||||
|
- run: xcodebuild -downloadComponent MetalToolchain
|
||||||
|
|
||||||
- name: get the Zig deps
|
- name: get the Zig deps
|
||||||
id: deps
|
id: deps
|
||||||
run: nix build -L .#deps && echo "deps=$(readlink ./result)" >> $GITHUB_OUTPUT
|
run: nix build -L .#deps && echo "deps=$(readlink ./result)" >> $GITHUB_OUTPUT
|
||||||
|
Reference in New Issue
Block a user