Drop VSS from GitHub CI scripts

because VSS is provided by libadalang binaries now.

(no-issue-check)
This commit is contained in:
Maxim Reznik
2024-02-21 17:03:16 +02:00
parent 05f31b28f4
commit e513ba37cd
2 changed files with 0 additions and 6 deletions

View File

@@ -33,7 +33,6 @@ fi
export GPR_PROJECT_PATH=$prefix/share/gpr:\
$prefix/$TARGET/share/gpr:\
$PWD/subprojects/VSS/gnat:\
$PWD/subprojects/gnatdoc/gnat:\
$PWD/subprojects/lal-refactor/gnat:\
$PWD/subprojects/libadalang-tools/src:\

View File

@@ -75,11 +75,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get VSS
uses: actions/checkout@v3
with:
repository: AdaCore/VSS
path: subprojects/VSS
- name: Get Spawn
uses: actions/checkout@v3
with: