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 9919731
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,15 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Check out code
- name: Git describe
id: ghd
uses: proudust/gh-describe@v1
with:
fetch-tags: true
- 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 }}
GIT_COMMIT: "${{ GITHUB_SHA }}"
run: |
sudo apt-get install -y coreutils build-essential sed git bash make
echo "Building packages"
Expand Down

0 comments on commit 9919731

Please sign in to comment.