Skip to content

Commit

Permalink
[ci] Fix Typo, add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Jan 17, 2025
1 parent a1dd8fe commit 58df7f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
cd Samples/Beyond.NET.Sample.C
./build_${{ matrix.env.SCRIPT_SUFFIX }}
# TODO: Verify that transform actually returns the expected result
- name: run C sample
run: |
cd Samples/Beyond.NET.Sample.C
./bin/transform 'abc123üiı'
ü
- name: build Go sample (Linux)
if: "success() && matrix.env.OS == 'linux'"
run: |
Expand Down

0 comments on commit 58df7f5

Please sign in to comment.