Skip to content

Commit

Permalink
[CI] Changing dummy version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Aug 12, 2021
1 parent 83d2d80 commit 6dd466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
environment-name: myenv

- name: Set dummy version
run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=ci" >> $GITHUB_ENV
run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=0.0" >> $GITHUB_ENV

- name: Set CMake options
run: echo "CMAKE_ARGS=-DUSE_ASSERT=1" >> $GITHUB_ENV
Expand Down

0 comments on commit 6dd466f

Please sign in to comment.