From 9450cf2c512ba537b25cfafb26c1e17f6ba59ca8 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Wed, 28 Feb 2024 03:14:54 +0000 Subject: [PATCH] forgot to cd to example dir --- .github/workflows/automaticRelease.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index c481045..ee55ee5 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -19,6 +19,7 @@ jobs: run: cargo build --target x86_64-pc-windows-msvc --release - name: test build run: | + cd c-example gcc test.cpp -o test -L../target/release/ -llibmathcat_c ./test.exe - name: create libmathcat64