Skip to content

Commit bd76291

Browse files
committed
updated test
1 parent cdae8a0 commit bd76291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amalgamate-ubuntu20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
mkdir build &&
2121
mkdir build/fast_float &&
22-
python3 ./scripts/amalgamate.py > build/fast_float/fast_float.h &&
22+
python3 ./script/amalgamate.py > build/fast_float/fast_float.h &&
2323
cp tests/string_test.cpp build/ &&
2424
cd build &&
2525
g++ string_test.cpp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ target_link_libraries(myprogram PUBLIC fast_float)
143143

144144
## Using as single header
145145

146-
The script `scripts/amalgamate.py` may be used to generate a single header
146+
The script `script/amalgamate.py` may be used to generate a single header
147147
version of the library if so desired.
148148
Just run the script from the root directory of this repository.
149149
You can customize the license type and output file if desired as described in

0 commit comments

Comments
 (0)