tirbofish/dropbear · diff
ci: new fix
jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -17,55 +17,18 @@ jobs: os_name: windows-x64 target: x86_64-pc-windows-msvc ext: .exe - slang_platform: windows-x86_64 - slang_ext: zip - os: ubuntu-latest os_name: linux-x64 target: x86_64-unknown-linux-gnu ext: "" - slang_platform: linux-x86_64 - slang_ext: tar.gz - os: macos-latest os_name: macos-arm64 target: aarch64-apple-darwin ext: "" - slang_platform: macos-aarch64 - slang_ext: zip steps: - uses: actions/checkout@v4 with: submodules: 'recursive' - - - name: Get latest Slang release - id: slang_release - uses: pozetroninc/github-action-get-latest-release@master - with: - repository: shader-slang/slang - excludes: "prerelease, draft" - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Download and setup Slang - shell: bash - run: | - VERSION=${{ steps.slang_release.outputs.release }} - VERSION=${VERSION#v} - - echo "Downloading Slang ${VERSION}" - - SLANG_FILE="slang-${VERSION}-${{ matrix.slang_platform }}.${{ matrix.slang_ext }}" - SLANG_URL="https://github.com/shader-slang/slang/releases/download/v${VERSION}/${SLANG_FILE}" - - curl -L -o "${SLANG_FILE}" "${SLANG_URL}" - - mkdir -p slang - if [ "${{ matrix.slang_ext }}" = "zip" ]; then
Large diffs are not rendered by default. Showing the first 50 of 115 lines. Show full diff