Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Feb 1, 2024
1 parent e7cba77 commit badbe8a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,14 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Check out code
- name: Git describe
id: ghd
uses: proudust/gh-describe@v1
with:
fetch-tags: true
fetch-depth: 1024
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: build ${{ matrix.package }} packages
env:
GIT_TAG: ${{ steps.ghd.outputs.describe }}
GIT_COMMIT: ${{ steps.ghd.outputs.sha }}
run: |
sudo apt-get install -y coreutils build-essential sed git bash make
echo "Building packages"
Expand Down

0 comments on commit badbe8a

Please sign in to comment.