Skip to content

Commit

Permalink
Fix build version
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Apr 9, 2024
1 parent 3b8dfbf commit ccf7f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-pipeline.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Build
run: |
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS=-DDEXED_ID=${{ env.BUILD_VERSION }}"
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS=-DDEXED_ID=${{ env.BUILD_VERSION }}
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
- name: Show
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ in the source folder) stays on the Apache 2.0 license to able to collaborate bet
Dexed Forks
-----------
* [MiniDexed](https://github.com/probonopd/MiniDexed) Run a DX7 bare metal Raspberry Pi
* [SIMD-optimized](https://github.com/risicle/dexed/tree/ris-highway) SIMD optimized version with [highway](https://github.com/google/highway/tree/master)
* [SIMD-optimized](https://github.com/risicle/dexed/tree/ris-highway) CPU optimized version with [highway](https://github.com/google/highway/tree/master)

Changelog
---------
Expand Down

0 comments on commit ccf7f2c

Please sign in to comment.