aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index a151aa0..ec8c7e0 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: build essential
+ run: |
+ sudo apt-get install -y build-essential
+
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master