Skip to content

Create makefile123.yml #4

Create makefile123.yml

Create makefile123.yml #4

Workflow file for this run

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Install dependencies
run: make PLATFORM=argon