Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 28, 2024
1 parent e7edc80 commit d2b6964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.ci-build.yml
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
make MELANGE="melange" ${{ inputs.melange_keyname }}
if [ ${{ inputs.enterprise }} == 'true' ]; then
if [ '${{ inputs.enterprise }}' == 'true' ]; then
# Touch it with the epoch date to convince `make` that we don't need to
# rebuild the targets that depend on this (all)
touch -d @0 ${{ inputs.melange_keyname }}
Expand Down

0 comments on commit d2b6964

Please sign in to comment.