diff --git a/.github/workflows/native_full_build.yml b/.github/workflows/native_full_build.yml index dbd0fa66..3b3e5def 100644 --- a/.github/workflows/native_full_build.yml +++ b/.github/workflows/native_full_build.yml @@ -16,10 +16,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + ref: 25Q2 - name: native build run: | sh -x build_dependencies.sh sh -x cov_build.sh env: - GITHUB_TOKEN: ${{ secrets.RDKCM_RDKE }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.RDKCM_RDKE }} diff --git a/Miracast/MiracastPlayer/MiracastPlayer.cpp b/Miracast/MiracastPlayer/MiracastPlayer.cpp index d0cdd772..d5dfb53b 100644 --- a/Miracast/MiracastPlayer/MiracastPlayer.cpp +++ b/Miracast/MiracastPlayer/MiracastPlayer.cpp @@ -1,3 +1,4 @@ + /** * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: