Skip to content

Commit a18638f

Browse files
committed
[ci] Ensure working directory is bin dir, otherwise the lib can't be found
1 parent 58df7f5 commit a18638f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
# TODO: Verify that transform actually returns the expected result
6969
- name: run C sample
7070
run: |
71-
cd Samples/Beyond.NET.Sample.C
72-
./bin/transform 'abc123üiı'
71+
cd "Samples/Beyond.NET.Sample.C/bin"
72+
./transform 'abc123üiı'
7373
7474
- name: build Go sample (Linux)
7575
if: "success() && matrix.env.OS == 'linux'"

0 commit comments

Comments
 (0)