-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linux): move environment to separate job and fix checkout
In #11571 we tried to fix the failing API verification by moving setting up the environment and restoring artifacts to the same job as the api verification itself. However, this doesn't help and the `artifacts` subdirectory still vanishes, caused by actions/checkout#1201. This change reverts the change introduced in #11571 and changes the git checkout to end in a separate subdirectory. Reverts: #11571
- Loading branch information
1 parent
47e8d3d
commit 218a5f5
Showing
1 changed file
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters