Skip to content

Commit 70547fa

Browse files
authored
use action for installing tools (#7)
1 parent c9e10c5 commit 70547fa

File tree

2 files changed

+1
-59
lines changed

2 files changed

+1
-59
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- name: Preparing Container
29-
run: /bin/sh ./pre-setup.sh
29+
uses: pkgforge-dev/anylinux-setup-action@v1
3030
- name: Install Dependencies
3131
run: /bin/sh ./get-dependencies.sh
3232
- name: Make AppImage

pre-setup.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)