Skip to content

build(deps): Bump actions/cache from 4.1.0 to 4.1.1 #1540

build(deps): Bump actions/cache from 4.1.0 to 4.1.1

build(deps): Bump actions/cache from 4.1.0 to 4.1.1 #1540

Workflow file for this run

# 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@d632683dd7b4114ad314bca15554477dd762a938 # v4
with:
fetch-depth: 0
- name: Install devbox
uses: jetify-com/devbox-install-action@a03caf5813591bc882139eba6ae947930a83a427 # v0.11.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