Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
transgirllucy authored Dec 23, 2023
1 parent 61dc246 commit e727a78
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 @@ -24,6 +24,6 @@ jobs:
- name: install
run: sudo make install
- name: Test if correct version
run: mkdir test && cd test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo && cd ../.. && rm -rf test/
run: mkdir test && cd test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo
- name: Test if version is incorrect
run: mkdir test && cd test && meson-init-cpp 0.1 3000 && make && exit 0

0 comments on commit e727a78

Please sign in to comment.