trying to fix freebsd builds.

This commit is contained in:
Jason Kulatunga
2022-05-09 18:20:47 -07:00
parent 145996055a
commit 893774c557
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
with: with:
ref: ${{github.event.release.tag_name}} ref: ${{github.event.release.tag_name}}
- name: Build Binaries - name: Build Binaries
uses: vmactions/freebsd-vm@v0.1.3 uses: vmactions/freebsd-vm@v0.1.5
with: with:
envs: 'PROJECT_PATH GOPATH GOOS GOARCH' envs: 'PROJECT_PATH GOPATH GOOS GOARCH'
usesh: true usesh: true