Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
make debug flag test
  • Loading branch information
xn0px90 authored Oct 25, 2023
1 parent 4ffc66f commit 5ea563f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install make curl git mercurial libarchive-tools xorriso -y

- name: Build distro
run: make distro-base
run: make -d distro-full

- name: Build ISO
run: make all
run: make -d all

- name: Set TAG_DATE variable
run: echo "TAG_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
Expand Down

0 comments on commit 5ea563f

Please sign in to comment.