diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 3ba6c8f0f..851206dc1 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -9,7 +9,7 @@ env: SIMULATION: native jobs: - #Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action. + #Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action. checks-for-duplicates: runs-on: ubuntu-latest # Map a step output to a job output @@ -157,7 +157,7 @@ jobs: build-osalguide: # Name the Job needs: checks-for-duplicates - if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }} + if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }} name: Osal Guide # Set the type of machine to run on runs-on: ubuntu-18.04 @@ -186,7 +186,7 @@ jobs: - name: Build OSAL Guide run: | make osalguide > make_osalguide_stdout.txt 2> make_osalguide_stderr.txt - mv build/doc/warnings.log osalguide_warnings.log + mv build/doc/osalguide/osal-apiguide-warnings.log osal-apiguide-warnings.log - name: Archive Osal Guide Build Logs @@ -196,7 +196,7 @@ jobs: path: | make_osalguide_stdout.txt make_osalguide_stderr.txt - osalguide_warnings.log + osal-apiguide-warnings.log - name: Error Check @@ -208,8 +208,8 @@ jobs: - name: Warning Check run: | - if [[ -s osalguide_warnings.log ]]; then - cat osalguide_warnings.log + if [[ -s osal-apiguide-warnings.log ]]; then + cat osal-apiguide-warnings.log exit -1 fi diff --git a/apps/sch_lab b/apps/sch_lab index 4a1b72e5a..80c7197f8 160000 --- a/apps/sch_lab +++ b/apps/sch_lab @@ -1 +1 @@ -Subproject commit 4a1b72e5a3092369b49d5c65f325bc48e1f7f832 +Subproject commit 80c7197f84c582934b4f9de071bf332cfb8867ab diff --git a/cfe b/cfe index 176e3df03..a16c78e18 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 176e3df03f54f7753cb34beb3e986202604d6cef +Subproject commit a16c78e1853c9b46ce5d1efae882ea5bf3a170cf diff --git a/osal b/osal index 677605094..c54068855 160000 --- a/osal +++ b/osal @@ -1 +1 @@ -Subproject commit 677605094498564928f1ce334a1571e30bc9171c +Subproject commit c540688551bdaffd4f150b0edf51a1bc3c175d25