Skip to content

Commit

Permalink
Fixed permissions on build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Dec 29, 2023
1 parent 1071181 commit 1a3fab0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/16qam_receiver_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:

- name: Configure CMake
shell: bash
run: cd ./receiver && VCPKG_ROOT=./vcpkg ./toolchains/windows/cmake_configure.sh
run: |
cd ./receiver
VCPKG_ROOT=../vcpkg ./toolchains/windows/cmake_configure.sh
- name: Build
shell: bash
Expand Down
Empty file modified receiver/toolchains/ubuntu/cmake_configure.sh
100644 → 100755
Empty file.
Empty file modified receiver/toolchains/ubuntu/install_packages.sh
100644 → 100755
Empty file.
Empty file modified receiver/toolchains/windows/cmake_configure.sh
100644 → 100755
Empty file.
Empty file modified receiver/toolchains/windows/create_package.sh
100644 → 100755
Empty file.

0 comments on commit 1a3fab0

Please sign in to comment.