Skip to content

Commit

Permalink
cleanup golang deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jan 13, 2025
1 parent 8c8207a commit 45b01f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ jobs:
run: |
cd SDK/Examples/Go
go mod init lib3mfExamples
go get github.com/3MFConsortium/lib3mf.go/v2@v2.3.2
go get github.com/3MFConsortium/lib3mf.go/v2@v2.4.0
go build -o create_cube create_cube.go
./create_cube
Expand Down Expand Up @@ -469,6 +469,8 @@ jobs:
- name: Go Bindings
run: |
cd SDK/Examples/Go
go mod init lib3mfExamples
go get github.com/3MFConsortium/lib3mf.go/[email protected]
go build -o create_cube.exe create_cube.go
./create_cube.exe
Expand Down Expand Up @@ -536,7 +538,7 @@ jobs:
run: |
cd SDK/Examples/Go
go mod init lib3mfExamples
go get github.com/3MFConsortium/lib3mf.go/v2@v2.3.2
go get github.com/3MFConsortium/lib3mf.go/v2@v2.4.0
go build -o create_cube create_cube.go
./create_cube
Expand Down
5 changes: 0 additions & 5 deletions SDK/Examples/Go/go.mod

This file was deleted.

0 comments on commit 45b01f0

Please sign in to comment.