Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 2, 2024
1 parent 4b62591 commit 0bd687a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz
- name: Install appimagetool
uses: AnimMouse/setup-appimage@v1
with:
name: appimagetool
url: https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage

- name: Install capstone
run: |
cd /tmp
Expand All @@ -35,13 +41,11 @@ jobs:
- name: Build AppImage
run: |
wget -q -O /tmp/appimagetool.AppImage https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x /tmp/appimagetool.AppImage
cd tools/raw-viewer
mkdir -p AppDir/usr/bin AppDir/usr/lib
cp raw-viewer AppDir/usr/bin
cp /usr/lib/libcapstone.so.5 AppDir/usr/lib
/tmp/appimagetool.AppImage AppDir/
appimagetool AppDir/
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0bd687a

Please sign in to comment.