Skip to content

Commit

Permalink
github actions debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerhgl committed Jul 30, 2020
1 parent 0ade530 commit 3de4b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install scrot
- run: scrot linux.png
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum scrot linux.png
- uses: actions/upload-artifact@v2
with:
name: linux.png
path: linux.png
- run: |
sudo apt-get install xvfb
GOOS=linux
GORCH=amd64
go build -o build/screenshot-linux
Expand Down

0 comments on commit 3de4b90

Please sign in to comment.