Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anishcorratech authored Jan 9, 2025
1 parent 8906ac2 commit bc9628f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: "Build Ghostty"
name: "Build Goaccess"
runs-on: ubuntu-20.04
permissions: write-all

Expand All @@ -21,13 +21,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential libmaxminddb-dev
- name: "Clone Goaccess repo"
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
with:
depth: 1
branch: 'v1.9.3'
owner: 'allinurl'
repository: 'goaccess'

- name: "Build Ghostty binary"
run: cd goaccess && ./configure --enable-utf8 --enable-geoip=mmdb && make && ls -la
- name: "Build Goaccess binary"
run: |
wget https://tar.goaccess.io/goaccess-1.9.3.tar.gz
tar -xzvf goaccess-1.9.3.tar.gz
cd goaccess-1.9.3/
./configure --enable-utf8 --enable-geoip=mmdb
make
ls -la

0 comments on commit bc9628f

Please sign in to comment.