Skip to content

Commit

Permalink
Update bench.yml
Browse files Browse the repository at this point in the history
removing mktemp usage
  • Loading branch information
benlower authored Apr 26, 2024
1 parent 62e3d12 commit 62f9999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get data and update file
run: |
TEMP_FILE=$(mktemp)
TEMP_FILE="/tmp/$(date +%s).tmp"
OUTPUT="$(node ./utils/GenerateLatestData.js 2>$TEMP_FILE)"
if [[ -f "$TEMP_FILE" ]]; then
Expand Down

0 comments on commit 62f9999

Please sign in to comment.