Merge remote-tracking branch 'private/dev' into dev

This commit is contained in:
mrg
2022-11-22 10:42:39 -08:00
33 changed files with 387 additions and 234 deletions
+3
View File
@@ -6,6 +6,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Library build
run: |
make library
- name: Docker build
run: |
cd ${{ github.workspace }}/docker