Skip to content

Commit

Permalink
Update gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 22, 2024
1 parent ffd9e93 commit 18cce08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5.0.2

# Find and run all build scripts inside ./programs/*
- name: Run build scripts for all architectures
run: |
Expand All @@ -29,7 +31,6 @@ jobs:
mkdir -p "$HOME/.local/bin"
sudo apt install go
git clone --depth 1 --branch dev https://github.com/xplshn/pelf
cp ./pelf/pelf* ~/.local/bin
cp ./pelf/cmd/misc/* ~/.local/bin
Expand Down

0 comments on commit 18cce08

Please sign in to comment.