Skip to content

Merge pull request #11 from storvik/update_flake_lock_action #75

Merge pull request #11 from storvik/update_flake_lock_action

Merge pull request #11 from storvik/update_flake_lock_action #75

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v22
with:
nix_conf: experimental-features = nix-command flakes
- name: build goshrt server
run: |
nix develop --command \
go build cmd/goshrt/*.go
- name: build goshrtc client
run: |
nix develop --command \
go build cmd/goshrtc/*.go