mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-19 02:12:14 +00:00
dropped spurious $
This commit is contained in:
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
for URL in ${{matrix.download-datafiles}}; do
|
||||
$FILENAME="${URL##*/}"
|
||||
FILENAME="${URL##*/}"
|
||||
curl $URL --output $FILENAME
|
||||
unzip $FILENAME
|
||||
rm $FILENAME
|
||||
|
||||
Reference in New Issue
Block a user