Skip to content

Commit

Permalink
Only solution for Golang (tried everything else)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jan 21, 2025
1 parent 45b01f0 commit dc0fb05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/[email protected].0
go get github.com/3MFConsortium/lib3mf.go/[email protected].1
go build -o create_cube create_cube.go
./create_cube
Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
run: |
cd SDK/Examples/Go
go mod init lib3mfExamples
go get github.com/3MFConsortium/lib3mf.go/[email protected].0
go get github.com/3MFConsortium/lib3mf.go/[email protected].1
go build -o create_cube.exe create_cube.go
./create_cube.exe
Expand Down Expand Up @@ -538,7 +538,7 @@ jobs:
run: |
cd SDK/Examples/Go
go mod init lib3mfExamples
go get github.com/3MFConsortium/lib3mf.go/[email protected].0
go get github.com/3MFConsortium/lib3mf.go/[email protected].1
go build -o create_cube create_cube.go
./create_cube
Expand Down

0 comments on commit dc0fb05

Please sign in to comment.