Skip to content

Commit

Permalink
feat: support windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 2, 2024
1 parent a2f7d95 commit dde82bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/generate-icons.yml
- uses: ./.github/actions/generate-icons

windows-build:
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0

- uses: ./.github/actions/generate-icons.yml
- uses: ./.github/actions/generate-icons
- name: Super-linter
uses: super-linter/[email protected]
env:
Expand Down

0 comments on commit dde82bd

Please sign in to comment.