1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 14:47:46 +00:00

Fix YAML error

This commit is contained in:
Joshua Goins 2024-04-23 17:09:28 -04:00
parent 49ceeecdf2
commit e2db76c743

View file

@ -43,7 +43,7 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo "prefix-dir=${{ github.workspace }}/prefix" >> "$GITHUB_OUTPUT"
- name: Setup Linux dependencies
- name: Setup Linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update