Skip to content

Commit e5209e2

Browse files
committed
Correct some LINUX-style typos
1 parent 39f0ace commit e5209e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/soft_double.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ jobs:
128128
update: true
129129
install: git mingw-w64-ucrt-x86_64-gcc
130130
- name: mingw-winhost-x64
131+
working-directory: ./
131132
run: |
132133
echo compile ./soft_double.exe
133134
${{ matrix.compiler }} -v
134135
${{ matrix.compiler }} -finline-functions -O3 -Werror -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -Wshadow -Wundef -Wunused-parameter -Wuninitialized -Wunreachable-code -Winit-self -Wzero-as-null-pointer-constant -m64 -std=${{ matrix.standard }} -I. examples/example001_roots_sqrt.cpp examples/example004_bessel_recur.cpp examples/example005_polylog_series.cpp examples/example007_catalan_series.cpp examples/example010_hypergeometric_2f1.cpp examples/example011_trig_trapezoid_integral.cpp examples/example012_exercise_constexpr.cpp test/test.cpp test/test_soft_double.cpp test/test_soft_double_edge_cases.cpp test/test_soft_double_examples.cpp test/test_soft_double_spot_values.cpp -o soft_double.exe
135-
dir .\soft_double.exe
136-
.\soft_double.exe
136+
ls -la ./soft_double.exe
137+
./soft_double.exe
137138
gcc-clang-native-asan:
138139
runs-on: ubuntu-latest
139140
defaults:

0 commit comments

Comments
 (0)