Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser authored Nov 1, 2024
1 parent d6bc8bc commit c495f55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:

# Build step - uses appropriate compiler based on OS
- name: Build Project (Windows)
shell: bash
if: ${{ matrix.compiler == 'mingw-g++' }}
run: ${{ steps.msys2.outputs.msys2-location }}/mingw64/bin/g++ -static -std=c++2a -I./src ./XanaduCLI/XanaduCLI.cpp ./src/XanaduXVD.cpp ./src/XVDTypes.cpp -o XanaduCLI${{ matrix.extension }}
run: ${{ steps.msys2.outputs.msys2-location }}\mingw64\bin\g++ -static -std=c++2a -I.\src .\XanaduCLI\XanaduCLI.cpp .\src\XanaduXVD.cpp .\src\XVDTypes.cpp -o XanaduCLI${{ matrix.extension }}

- name: Build Project (Windows)
shell: bash
Expand Down

0 comments on commit c495f55

Please sign in to comment.