Skip to content

Commit

Permalink
Fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 2, 2024
1 parent e8c8b7c commit 05b5c5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: main
on: [push]
jobs:
build-appimage:
runs-on: ubuntu:22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apt-get update && apt-get install -y wget gcc g++ make pkg-config libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libopengl-dev libglx-dev libglu1-mesa-dev freeglut3-dev libxxf86vm-dev

# - name: Install Go
# run: |
# wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
# tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz
- name: Install Go
run: |
wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz
- name: Install capstone
run: |
Expand Down

0 comments on commit 05b5c5b

Please sign in to comment.