commit | 46eaf4f6205c40d598ae46becd938e614dc0bba4 | [log] [tgz] |
---|---|---|
author | David Chisnall <github@theravensnest.org> | Fri Nov 08 15:45:10 2024 +0000 |
committer | David Chisnall <github@theravensnest.org> | Fri Nov 08 15:45:10 2024 +0000 |
tree | 6f65250531877e7f8d16f6695c70a02d65260132 | |
parent | 3ceb17083b0d30017c4c4e063968c0087df0ab7e [diff] |
Fix username in nightly test job.
diff --git a/.github/workflows/test-new-xmake-nightly.yml b/.github/workflows/test-new-xmake-nightly.yml index 3dce3ad..0c89a5a 100644 --- a/.github/workflows/test-new-xmake-nightly.yml +++ b/.github/workflows/test-new-xmake-nightly.yml
@@ -12,7 +12,7 @@ runs-on: ubuntu-latest container: image: ghcr.io/cheriot-platform/devcontainer:latest - options: --user 1001 + options: --user 1000 steps: - name: Checkout repository and submodules uses: actions/checkout@v3