Skip to content

Commit

Permalink
Use correct github action input path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Dec 19, 2023
1 parent aa5341b commit ef81818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fyne-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Install fyne from develop branch
run: |
sudo apt-get update && sudo apt-get install gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
go install fyne.io/fyne/v2/cmd/fyne@{{ github.event.inputs.branch }}
go install fyne.io/fyne/v2/cmd/fyne@{{ inputs.branch }}
- name: Switch to requested branch
run: go get fyne.io/fyne/v2@${{ github.event.inputs.branch }}
run: go get fyne.io/fyne/v2@${{ inputs.branch }}

- name: Run test
run: go test -tags network ./...
Expand Down

0 comments on commit ef81818

Please sign in to comment.