Skip to content

revert ofLogError to ofLog #437

revert ofLogError to ofLog

revert ofLogError to ofLog #437

Workflow file for this run

name: build-linux
on:
push:
paths-ignore:
- '**/README.md'
pull_request:
paths-ignore:
- '**/README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
cfg:
- {target: linux}
env:
TARGET: ${{matrix.cfg.target}}
steps:
- name: Install libunwind
run: sudo apt-get install libunwind-dev
- uses: actions/checkout@v3
- name: Build
run:
./scripts/linux/buildPG.sh;
env:
GA_CI_SECRET: ${{ secrets.CI_SECRET }}