Skip to content

Commit f923ebc

Browse files
bjorn3folkertdev
authored andcommitted
Stop using an outdated actions/checkout for the qemu jobs
For some reason the qemu jobs were duplicating the the checkout step. actions/checkout@v2 now results in CI failures.
1 parent e195ff6 commit f923ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
target: "i686-unknown-linux-gnu"
117117
gcc: "i686-linux-gnu-gcc"
118118
steps:
119-
- uses: actions/checkout@v2
120119
- uses: awalsh128/cache-apt-pkgs-action@latest
121120
with:
122121
packages: qemu-user qemu-user-static qemu-system-s390x gcc-s390x-linux-gnu gcc-i686-linux-gnu g++-s390x-linux-gnu

0 commit comments

Comments
 (0)