Leave the build epoch commented and uncomment when CI runs (#4943)

This commit is contained in:
Ben Meadors
2024-10-04 15:07:10 -05:00
committed by GitHub
parent 4db0c75c8e
commit c3b9d493b6
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,11 @@ runs:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Uncomment build epoch
shell: bash
run: |
sed -i 's/#-DBUILD_EPOCH=$UNIX_TIME/-DBUILD_EPOCH=$UNIX_TIME/' platformio.ini
- name: Install dependencies
shell: bash
run: |