Skip to content

Use skainet library as released version from github's repository #13

Use skainet library as released version from github's repository

Use skainet library as released version from github's repository #13

Workflow file for this run

name: Build All Projects
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build all projects
run: |
ls
cd SinusApproximator
./gradlew assemble
cd ..