We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, guys! Yesterday I ran github actions, everything was okay. Today I faced the error:
ts-graphviz/setup-graphviz@v2 /usr/bin/sudo apt-get update Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B] Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease Get:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease Err:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?) Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [11[9](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:10) kB] Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [[10](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:11)9 kB] Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [[11](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:12)0 kB] Hit:7 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1610 kB] Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1830 kB] Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] Get:[12](https://github.com/actions/runs/8815213548/job/24196691092?pr=31#step:5:13) http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1070 kB] Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1392 kB] Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1768 kB] Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] Reading package lists... E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?) E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed. Error: The process '/usr/bin/sudo' failed with exit code 100
Steps to reproduce the behavior: Put this code to .github/workflows/___.yml file
.github/workflows/___.yml file
- uses: actions/checkout@v4 - name: Setup Graphviz uses: ts-graphviz/setup-graphviz@v2
The text was updated successfully, but these errors were encountered:
Related actions/runner-images#9733
Sorry, something went wrong.
@all-contributors please add @mrbuslov for bug.
@kamiazya
I've put up a pull request to add @mrbuslov! 🎉
Thanks a lot, @kamiazya . Appreciate your quick help!
kamiazya
Successfully merging a pull request may close this issue.
Describe the bug
Hello, guys! Yesterday I ran github actions, everything was okay. Today I faced the error:
To Reproduce
Steps to reproduce the behavior:
Put this code to
.github/workflows/___.yml file
The text was updated successfully, but these errors were encountered: