ci: get rid of zig cache dirs

This commit is contained in:
Mitchell Hashimoto 2024-11-03 15:08:25 -08:00
parent b574084c71
commit a708e543be
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC

View file

@ -3,9 +3,6 @@ name: Test
jobs:
build:
runs-on: namespace-profile-ghostty-macos
env:
ZIG_LOCAL_CACHE_DIR: /zig/local-cache
ZIG_GLOBAL_CACHE_DIR: /zig/global-cache
steps:
- name: Checkout code
uses: actions/checkout@v4