Skip to content

Commit

Permalink
Fix build on Mac?
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Sep 12, 2022
1 parent 006848d commit e2cba50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "BuildParameters=${{ env.BuildParameters }} /p:EnableNotarization=True" >> $GITHUB_ENV
- name: Build PabloDraw
run: dotnet build Source/PabloDraw/PabloDraw.csproj ${{ env.BuildParameters }} /bl:artifacts/log/pablodraw-mac.binlog
run: sudo dotnet build Source/PabloDraw/PabloDraw.csproj ${{ env.BuildParameters }} /bl:artifacts/log/pablodraw-mac.binlog

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e2cba50

Please sign in to comment.