Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- revert back to debug build.
  • Loading branch information
josesimoes committed Feb 9, 2024
1 parent ace35f9 commit 4fa5e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_orgpalx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
$file = "user-prefs.json"
Rename-Item -Path "user-prefs.TEMPLATE.json" -NewName $file
$filecontent = Get-Content($file)
attrib $file -r
$filecontent -replace 'Debug', 'MinSizeRel' | Out-File $file -Encoding UTF8
# $filecontent = Get-Content($file)
# attrib $file -r
# $filecontent -replace 'Debug', 'MinSizeRel' | Out-File $file -Encoding UTF8
- name: Add dummy CMake presets
working-directory: ${{ github.workspace }}/targets-community
Expand Down

0 comments on commit 4fa5e42

Please sign in to comment.