Skip to content

Commit

Permalink
build.yml changes related to golang
Browse files Browse the repository at this point in the history
Added all the necessary dependency related to golang for
successful build in github actions.
  • Loading branch information
amarnathhullur committed Dec 22, 2024
1 parent eb894ed commit faa4021
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
mariadb-server \
gnupg \
file \
golang
sudo go get github.com/charmbracelet/bubbles/list
sudo go get github.com/charmbracelet/bubbletea
sudo go get github.com/charmbracelet/lipgloss
sudo go get github.com/savannahostrowski/tree-bubble
- name: Setup OneWiFi
working-directory: easymesh_project/OneWifi
Expand Down Expand Up @@ -79,4 +84,4 @@ jobs:
working-directory: easymesh_project/unified-wifi-mesh/build/cli
run: |
make clean
make all
make all

0 comments on commit faa4021

Please sign in to comment.