Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken workflow #164

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update actions/checkout and remove redundant fetch-depth
myaaaaaaaaa committed Jul 5, 2024
commit 26a839585cc6ea53eaa36959db5f79bf3158e755
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -19,9 +19,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install libgl1-mesa-dev

- name: Check out module
uses: actions/checkout@v2
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5