Skip to content

Bump softprops/action-gh-release from 2.0.3 to 2.0.4 #267

Bump softprops/action-gh-release from 2.0.3 to 2.0.4

Bump softprops/action-gh-release from 2.0.3 to 2.0.4 #267

Workflow file for this run

name: MacOS build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Normal build
run: |
./configure
make
make clean
- name: Verify debug build
run: |
./configure
make DEBUG=1
make clean