Skip to content

config: fix problems with init #18

config: fix problems with init

config: fix problems with init #18

Workflow file for this run

name: Makefile CI (Test customfetch)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Packages
run: sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev pkg-config libpci-dev libgtkmm-3.0-dev -y
- name: Clean
run: make clean
- name: Compile
run: make DEBUG=0 VENDOR_TEST=1 GUI_SUPPORT=1
- name: Test customfetch
run: ./build/release/cufetch