Skip to content

Commit

Permalink
Experiment: main.yml: bash stuff idk
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 21, 2024
1 parent f4a6f0e commit 3e3c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
start_repo=$(date +%s); \
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync && \
end_repo=$(date +%s); \
echo "Sync Elapsed Time: $(($end_repo-$start_repo)) seconds"; \
echo "Sync Elapsed Time: $((end_repo-start_repo)) seconds"; \

# Set up build environment
export BUILD_USERNAME=${{ github.actor }} ; \
Expand Down

0 comments on commit 3e3c7fb

Please sign in to comment.