We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f31b2 commit e513ba3Copy full SHA for e513ba3
.github/workflows/build-binaries.sh
@@ -33,7 +33,6 @@ fi
33
34
export GPR_PROJECT_PATH=$prefix/share/gpr:\
35
$prefix/$TARGET/share/gpr:\
36
-$PWD/subprojects/VSS/gnat:\
37
$PWD/subprojects/gnatdoc/gnat:\
38
$PWD/subprojects/lal-refactor/gnat:\
39
$PWD/subprojects/libadalang-tools/src:\
.github/workflows/build-binaries.yml
@@ -75,11 +75,6 @@ jobs:
75
uses: actions/checkout@v3
76
with:
77
fetch-depth: 0
78
- - name: Get VSS
79
- uses: actions/checkout@v3
80
- with:
81
- repository: AdaCore/VSS
82
- path: subprojects/VSS
83
- name: Get Spawn
84
85
0 commit comments