Skip to content

Add L'Internationale by Eugène Pottier and Pierre De Geyter #54

Add L'Internationale by Eugène Pottier and Pierre De Geyter

Add L'Internationale by Eugène Pottier and Pierre De Geyter #54

Workflow file for this run

name: Compile to PDF and MIDI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: wimpysworld/nothing-but-nix@main
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix develop --command make --keep-going
- name: Archive distributables
run: tar -cf dist.tar dist
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist.tar
path: dist.tar