Skip to content

objective_c_symbol: Add dump option to show #1173

objective_c_symbol: Add dump option to show

objective_c_symbol: Add dump option to show #1173

Workflow file for this run

name: Server application
on:
push:
branches: [ '**' ]
jobs:
build:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./src/rpcserver
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
- name: Test make
run: |
make clean all