diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 12:51:00 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 12:51:00 -0500 |
| commit | a8bcd72923136cb03dbc1ca73f77bf9041e40da0 (patch) | |
| tree | 81aba53030868b0b58045c2870bbe5629d954433 /.github/workflows/go.yml | |
| parent | 1c0bf252db467c3b87320df3c77eacbb39d97c17 (diff) | |
| download | x-a8bcd72923136cb03dbc1ca73f77bf9041e40da0.tar.xz x-a8bcd72923136cb03dbc1ca73f77bf9041e40da0.zip | |
.github/workflows/go: build-essential
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
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 |
