Skip to content

Commit b55cd43

Browse files
Update main.yml
1 parent 6cd50f2 commit b55cd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ master ]
77
jobs:
88
deploy-to-github-pages:
9-
# use windows, in linux wants the ios / mac etc
9+
# using linux, on the project i used an os condition to not target the runtimes of android, ios, mac on linux
1010
runs-on: ubuntu-latest
1111
steps:
1212
# uses GitHub's checkout action to checkout code form the master branch
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-dotnet@v1
1717
with:
1818
dotnet-version: '6.0.x'
19-
# - name: Install MAUI Workloads
19+
# - name: Install MAUI Workloads / if were going to build all the project runtimes
2020
# shell: pwsh
2121
# run: |
2222
# dotnet workload install wasm-tools

0 commit comments

Comments
 (0)