Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa committed Dec 23, 2023
1 parent 5637b44 commit 35dbe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Test if correct version
run: mkdir test && cd test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo
- name: Test if version is incorrect
run: cd $(mkdir test_incorrect) && meson-init-cpp 0.1 3000 && make && exit 0
run: cd $(mkdir test_incorrect) && meson-init-cpp foo 0.1 3000 && make && exit 0

0 comments on commit 35dbe6d

Please sign in to comment.