Skip to content

Commit

Permalink
GH workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Nov 13, 2022
1 parent aaf4847 commit 7d0232c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/makefile-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Try building the driver packages (no binary will be produced)
run: go build

- name: Append a replace directive to go.mod to always use the latest VoC driver
run: echo "replace github.com/theriverman/VolvoOnCall => ../" >> ./voc/go.mod

- name: Verify the contents of ./voc/go.mod
run: cat ./voc/go.mod

- name: Build the CLI packages
run: make -C ./voc build-all

Expand Down

0 comments on commit 7d0232c

Please sign in to comment.