Skip to content

Commit

Permalink
Merge pull request #112 from yuuki410/main
Browse files Browse the repository at this point in the history
Add Build Stamp to ExistOS About screen
  • Loading branch information
yuuki410 authored Dec 19, 2022
2 parents 92ba870 + 0fbfcea commit a334ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: CMake configure
run: |
export PATH=/usr/gcc-arm-none-eabi-10.3-2021.10/bin:$PATH
echo "#pragma once\n#define BUILD_STAMP "Release build ${{ github.run_number }}\n" > System/UI_build_stamp.h
echo "#pragma once" > System/UI_build_stamp.h
echo "#define BUILD_STAMP \"Release build ${{ github.run_number }}\"" >> System/UI_build_stamp.h
cmake .
- name : CMake build
run: |
Expand Down

0 comments on commit a334ab5

Please sign in to comment.