Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow for macos #29156

Merged
merged 6 commits into from
Nov 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
renamed workflow and fixed pathes
  • Loading branch information
nxei committed Nov 25, 2021
commit 806b54ee1e75b5b640bba0e1706589f9b567f5c7
11 changes: 4 additions & 7 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: build

name: macos-build
env:
GOPATH: /home/runner/work/gotest/gotest
GO111MODULE: off
REPO_PATH: src/gotest
MACOS_GOPATH: /Users/runner/work/gotest/gotest
GOPATH: /home/runner/work/beats/beats
REPO_PATH: src/beats
MACOS_GOPATH: /Users/runner/work/beats/beats
GITHUB_TOKEN: ${{ github.token }}

on:
workflow_dispatch:
inputs:
Expand Down