Skip to content

Commit

Permalink
Fix bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 5, 2023
1 parent 625e4cb commit 55410af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
platform:
- { name: Windows, os: windows-latest, rid: win }
- { name: macOS, os: macos-latest, rid: osx }
- { name: Linux, os: ubuntu-20.04, rid: linux }
- { name: Linux, os: ubuntu-latest, rid: linux }

steps:
- name: "Clone Git repository"
Expand Down

0 comments on commit 55410af

Please sign in to comment.