index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2023-09-14 07:02:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 07:02:35 +1000 |
commit | 9bfd8c622a4247276d20d8578faf1fdde56879ff (patch) | |
tree | 15613761ebd0f67efb01e86aa88629f4a85247b5 /.github/workflows/iso-build.yaml | |
parent | 81ef09c336c1fc4dfbe5a324349d95a6bb30ce6d (diff) | |
parent | be7ffbdd7e08a08b609cc622addcd59cf683b379 (diff) |
-rw-r--r-- | .github/workflows/iso-build.yaml | 2 |
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index 00e2c13f..252ff645 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -26,7 +26,7 @@ jobs: image: archlinux:latest options: --privileged steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: pwd - run: find . - run: cat /etc/os-release |