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 dde82bd commit f3c7dc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-icons/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
export GOPATH
go get github.com/cratonica/2goarray
go install github.com/cratonica/2goarray
bash generate-icons.sh
./generate-icons.sh
- uses: actions/upload-artifact@v4
if: ${{ inputs.upload_artifact == 'true' }}
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
fetch-depth: 0

- uses: ./.github/actions/generate-icons
with:
upload_artifact: false

- name: Super-linter
uses: super-linter/super-linter@v6.5.1
env:
Expand Down
Empty file modified generate-icons.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion ping.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package main

import (
probing "github.com/prometheus-community/pro-bing"
"runtime"

probing "github.com/prometheus-community/pro-bing"
)

var pinger *probing.Pinger
Expand Down

0 comments on commit f3c7dc7

Please sign in to comment.