Skip to content

Commit

Permalink
πŸš€ test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 26, 2024
1 parent c6b9cd9 commit 3a50255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]

- name: Install dependencies
run: sudo apt -y install rubygems && sudo gem install fpm && sudo apt install binutils

- name: Build
run: make build-package

- name: Debug
run: ls -al ./build/dist/

0 comments on commit 3a50255

Please sign in to comment.