Skip to content

Commit

Permalink
Hack CI to build SouraVX repo branch pubnames_flang
Browse files Browse the repository at this point in the history
Instead of master.
  • Loading branch information
michalpasztamobica committed May 24, 2021
1 parent fe7c0eb commit 1d3b7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flang-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Checkout flang
run: |
cd ../..
git clone --depth 1 --single-branch --branch master https://github.com/flang-compiler/flang.git
git clone --depth 1 --single-branch --branch pubnames_flang https://github.com/SouraVX/flang.git
cd flang
mkdir -p build && cd build
Expand Down

0 comments on commit 1d3b7c3

Please sign in to comment.