mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +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
|
||||
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
|
||||
id: deps
|
||||
run: nix build -L .#deps && echo "deps=$(readlink ./result)" >> $GITHUB_OUTPUT
|
||||
|
Reference in New Issue
Block a user