Remove the support for CURRENT_SDK (#251)

This PR removes the no longer needed support for `CURRENT_SDK`.
This commit is contained in:
Dmitry Kovba
2025-06-26 10:40:34 -04:00
committed by GitHub
parent e693139ab9
commit de2be705de
8 changed files with 11 additions and 49 deletions
-3
View File
@@ -17,8 +17,6 @@ jobs:
permissions:
contents: read
packages: read
env:
CURRENT_SDK: y
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -73,7 +71,6 @@ jobs:
make test cleancontent install-kernel integration
env:
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
CURRENT_SDK: y # explicitly repeated due to local env block
- name: Save documentation artifact
uses: actions/upload-artifact@v4