Compare commits
No commits in common. "1944d5af26e1926bd8802a11ebe5b1726a3e9593" and "d1a181679334cff07c792a6b6130e37efcb66ac2" have entirely different histories.
1944d5af26
...
d1a1816793
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: bookworm
|
||||
|
||||
runs-on: docker
|
||||
container:
|
||||
image: debian:bookworm
|
||||
|
||||
steps:
|
||||
|
||||
- name: cd-bootstrap
|
||||
|
@ -17,4 +21,4 @@ jobs:
|
|||
- run: cd-build-project
|
||||
- run: cd-browse-workspace
|
||||
|
||||
- run: cd-synchronize 'out'
|
||||
- run: cd-synchronize-output 'out'
|
||||
|
|
Loading…
Reference in a new issue