Skip to content

Commit

Permalink
remove windows fn build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysun0815 committed Oct 4, 2022
1 parent cdb837a commit 79701b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Fn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: |
make build_musl_fn_macos
- name: Build fn for Windows
shell: bash
run: |
make build_musl_fn_win
# - name: Build fn for Windows
# shell: bash
# run: |
# make build_musl_fn_win

- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -49,4 +49,4 @@ jobs:
files: |
fn_linux.tar.gz
fn_macos.tar.gz
fn_windows.tar.gz
# fn_windows.tar.gz

0 comments on commit 79701b2

Please sign in to comment.