Skip to content

Added XFER instruction #45

Added XFER instruction

Added XFER instruction #45

Workflow file for this run

# .github/workflows/build-cpp.yml
name: C++ Source Code Build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build C++ App
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build with Makefile
run: make --debug=v