Skip to content

Bump softprops/action-gh-release from 2.0.4 to 2.0.6 #279

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

Bump softprops/action-gh-release from 2.0.4 to 2.0.6 #279

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