Add debugging echo

This commit is contained in:
Cyryl Płotnicki 2023-07-23 08:17:19 +01:00
parent 21384aaa8b
commit 542f921635

View file

@ -7,6 +7,9 @@ jobs:
build:
runs-on: node-latest
steps:
- name: Hello
run: |
echo "Hello and welcome"
- name: Install dependencies
run: |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \