This commit is contained in:
parent
1739fae4d3
commit
2aeec898f8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -11,4 +11,5 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
||||||
- name: Get System Info
|
- name: Get System Info
|
||||||
run: nix-shell -p fastfetch --run "fastfetch" >> $GITHUB_PATH
|
run: |
|
||||||
|
nix-shell -p fastfetch --run "fastfetch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue