Skip to content

Commit

Permalink
Fix build-fleetd_tables.yml workflow (#23875)
Browse files Browse the repository at this point in the history
This fixes the workflow, successful run:
https://github.com/fleetdm/fleet/actions/runs/11864218412
  • Loading branch information
lucasmrod authored Nov 15, 2024
1 parent d122787 commit c93a28b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-fleetd_tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
- name: Install Go Dependencies
run: make deps-go

- name: Generate static files
run: |
export PATH=$PATH:~/go/bin
make generate
- name: Build binaries
run: make fleetd-tables-all

Expand Down

0 comments on commit c93a28b

Please sign in to comment.