Skip to content

fix path

fix path #2

Workflow file for this run

# Copyright 2024-2025 Sam Windell
# SPDX-License-Identifier: GPL-3.0-or-later
name: Investigate x86
on:
workflow_dispatch:
push:
branches:
- investigate-x86
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN_DEVELOPMENT }}
jobs:
mac-compile-and-test:
runs-on: macos-latest
permissions:
id-token: write
contents: read
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- uses: nicknovitski/[email protected]
- uses: Hanaasagi/zig-action-cache@master
with:
cache-directories: |
.floe-cache
- run: just build mac_x86
- name: Upload macOS binaries
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: binaries-macos
if-no-files-found: error
retention-days: 2
path: |
zig-out/x86_64-macos/Floe.clap