chore: Use linux-gnu as target triple

This commit is contained in:
Fabio Lenherr 2023-09-18 11:56:17 +02:00
parent 09e01ae830
commit dc28549ef6

View file

@ -12,4 +12,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: x86_64_unknown_linux_gnu
EXTRA_FILES: "README.md LICENSE"