Skip to content

Commit

Permalink
[ci] run C sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Jan 17, 2025
1 parent b118a70 commit a1dd8fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
cd Samples/Beyond.NET.Sample.C
./build_${{ matrix.env.SCRIPT_SUFFIX }}
- 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 a1dd8fe

Please sign in to comment.