Skip to content

Commit a8e4a2f

Browse files
committed
ci: remove non-nix build
Signed-off-by: Sumner Evans <me@sumnerevans.com>
1 parent 6c0b620 commit a8e4a2f

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@ jobs:
3030
- uses: DeterminateSystems/magic-nix-cache-action@v13
3131
- run: nix flake check
3232

33-
build:
34-
runs-on: ubuntu-latest
35-
steps:
36-
- uses: actions/checkout@v6
37-
- uses: actions/setup-go@v6
38-
with:
39-
go-version-file: "go.mod"
40-
41-
- run: go build ./cmd/mineshspc
42-
43-
- uses: actions/upload-artifact@v6
44-
with:
45-
name: mineshspc
46-
path: mineshspc
47-
4833
build-nix:
4934
runs-on: ubuntu-latest
5035
steps:
@@ -57,7 +42,6 @@ jobs:
5742
runs-on: ubuntu-latest
5843
needs:
5944
- lint
60-
- build
6145
- build-nix
6246
if: github.ref == 'refs/heads/master'
6347
steps:

0 commit comments

Comments
 (0)