Skip to content

Commit d93bc02

Browse files
committed
try to understand
1 parent 0a87286 commit d93bc02

File tree

9 files changed

+2
-489
lines changed

9 files changed

+2
-489
lines changed

.github/workflows/anchore-syft.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/cpp-cross-linux-arm.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.github/workflows/cpp-docker.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.github/workflows/cpp-linux.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/cpp-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: find
1515
run: |
1616
ls -l /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk
17-
rm /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk
18-
mv /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.sdk /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk
17+
find /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk
18+
find /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.sdk
1919
2020
- uses: actions/checkout@v5
2121
- run: git fetch --prune --unshallow --tags

.github/workflows/cpp-windows.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)