Skip to content

Commit

Permalink
[ci] Ensure working directory is bin dir, otherwise the lib can't be …
Browse files Browse the repository at this point in the history
…found
  • Loading branch information
lemonmojo committed Jan 17, 2025
1 parent 58df7f5 commit a18638f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
# TODO: Verify that transform actually returns the expected result
- name: run C sample
run: |
cd Samples/Beyond.NET.Sample.C
./bin/transform 'abc123üiı'
cd "Samples/Beyond.NET.Sample.C/bin"
./transform 'abc123üiı'
- name: build Go sample (Linux)
if: "success() && matrix.env.OS == 'linux'"
Expand Down

0 comments on commit a18638f

Please sign in to comment.