Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 authored Apr 22, 2024
1 parent 057dead commit 555448b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
if [[ -f /runner/.path ]]; then
source /runner/.path
fi
- name: Load System Env
run: |
if [[ -f /etc/environment ]]; then
source /etc/environment
fi
- name: Install build essential
run: |
Expand Down Expand Up @@ -61,7 +67,7 @@ jobs:
run: make prepare

- name: Build
run: make build
run: make build-debug

- name: Upload target content
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 555448b

Please sign in to comment.