Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Bogomyakov committed Aug 31, 2023
1 parent 4cec9d9 commit 100cdd9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
permissions:
contents: write
steps:
- name: Install build deps
run: |
#pacman -Syu --noconfirm rustup musl git tree
ls -lah
makepkg -f
ls -lah
- uses: actions/checkout@v3
- name: Install build deps
run: |
#pacman -Syu --noconfirm rustup musl git tree
ls -lah
makepkg -f
ls -lah

# release:
# name: Release binary
Expand Down

0 comments on commit 100cdd9

Please sign in to comment.