Skip to content

Commit

Permalink
playbooks/shellcheck: Add Go to the list of build dependencies
Browse files Browse the repository at this point in the history
Otherwise, the test fails with:
  meson.build:8:0: ERROR: Program(s) ['go'] not found or not executable

#441
  • Loading branch information
HarryMichal authored and debarshiray committed May 14, 2020
1 parent 0b3c664 commit c95aacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
become: yes
package:
name:
- golang
- golang-github-cpuguy83-go-md2man
- ninja-build
- meson
Expand Down

0 comments on commit c95aacc

Please sign in to comment.