build(deps): Bump jetify-com/devbox-install-action from 975fb35b9a6472bed4edf51e5db534d5efec2817 to 734088efddca47cf44ff8a09289c6d0e51b73218 #1608
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2021 D2iQ, Inc. All rights reserved. | |
# SPDX-License-Identifier: Apache-2.0 | |
name: build-on-macos | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
branches: | |
- main | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
build-and-run: | |
runs-on: macos-13 | |
steps: | |
- name: Check out code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
with: | |
fetch-depth: 0 | |
- name: Install devbox | |
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0 | |
with: | |
enable-cache: true | |
env: | |
NIX_USER_COUNT: 4 | |
- name: Build | |
run: | | |
GORELEASER_PLATFORMS='"darwin_amd64"' devbox run -- task build:release-unpublished | |
- name: Run binary | |
run: | | |
./dist/mindthegap_darwin_amd64_v1/mindthegap |