Skip to content

Introduce a discontinued mode #25

Introduce a discontinued mode

Introduce a discontinued mode #25

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build server
run: |
nix build --print-build-logs
# tiny smoke test
./result/bin/log4shell-tools-server -h