Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-howe committed Nov 7, 2023
1 parent 6036b04 commit 3ff1b4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lint-test-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
cd ..
# Remove prebuilt binaries (if any are leftover from an old build).
rm -r mclbn256/libmclbn256.*
rm -r mclbn256/lib/libmcl.*
rm -f mclbn256/libmclbn256.*
rm -f mclbn256/lib/libmcl.*
# Copy binaries into Python module.
cp mcl-*/lib/libmclbn256.so mclbn256
Expand Down Expand Up @@ -148,8 +148,8 @@ jobs:
cd ..
# Remove prebuilt binaries (if any are leftover from an old build).
rm -r mclbn256/libmclbn256.*
rm -r mclbn256/lib/libmcl.*
rm -f mclbn256/libmclbn256.*
rm -f mclbn256/lib/libmcl.*
# Copy binaries into Python module.
cp mcl-*/lib/libmclbn256.dylib mclbn256
Expand Down Expand Up @@ -234,8 +234,8 @@ jobs:
cd ..
# Remove prebuilt binaries (if any are leftover from an old build).
rm -r mclbn256/libmclbn256.*
rm -r mclbn256/lib/libmcl.*
rm -f mclbn256/libmclbn256.*
rm -f mclbn256/lib/libmcl.*
# Copy binaries into Python module.
cp mcl-*/lib/libmclbn256.dylib mclbn256
Expand Down Expand Up @@ -315,8 +315,8 @@ jobs:
cd ..
# Remove prebuilt binaries (if any are leftover from an old build).
rm -r mclbn256/libmclbn256.*
rm -r mclbn256/lib/libmcl.*
rm -f mclbn256/libmclbn256.*
rm -f mclbn256/lib/libmcl.*
# Copy binaries into Python module.
cp mcl-*/lib/libmclbn256.so mclbn256
Expand Down

0 comments on commit 3ff1b4f

Please sign in to comment.