mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-18 16:07:58 +00:00
debug
This commit is contained in:
parent
8c5b442f97
commit
5aa089abe0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: sudo apt-get install -y qemu-user-static
|
- run: sudo apt-get install -y qemu-user-static
|
||||||
- run: echo -1 | sudo tee /proc/sys/fs/binfmt_misc/qemu-arm
|
|
||||||
- run: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
|
- run: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
|
||||||
|
- uses: mxschmitt/action-tmate@v2
|
||||||
- run: bin/build
|
- run: bin/build
|
||||||
- run: docker-compose push
|
- run: docker-compose push
|
||||||
|
|
Loading…
Add table
Reference in a new issue