mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
go build not go run
This commit is contained in:
6
.github/workflows/run-nmage.yml
vendored
6
.github/workflows/run-nmage.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
name: Run-nmage
|
name: build-nmage
|
||||||
on:
|
on:
|
||||||
create:
|
create:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Run-nmage-macos:
|
build-nmage-macos:
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
steps:
|
steps:
|
||||||
- name: Install golang 1.17
|
- name: Install golang 1.17
|
||||||
@ -19,4 +19,4 @@ jobs:
|
|||||||
run: git clone https://github.com/bloeys/nmage
|
run: git clone https://github.com/bloeys/nmage
|
||||||
- name: Run nmage
|
- name: Run nmage
|
||||||
working-directory: nmage
|
working-directory: nmage
|
||||||
run: go run .
|
run: go build .
|
||||||
|
|||||||
Reference in New Issue
Block a user