Skip to content

Commit

Permalink
bingo bango bongo
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek committed Sep 10, 2023
1 parent e036f97 commit 0b061ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ jobs:
brew install llvm
export PATH=/usr/local/opt/llvm/bin:$PATH
export LD_LIBRARY_PATH=$(llvm-config --libdir):$LD_LIBRARY_PATH
- name: Install winget (Windows)
if: matrix.os == 'windows-latest'
uses: Cyberboss/install-winget@3301de662a82d09e8aded238e995a8e1259159c8
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Install lld (Windows)
# if: matrix.os == 'windows-latest'
# run: winget install LLVM.LLVM --accept-source-agreements --accept-package-agreements
- name: Download lld (Windows)
shell: powershell
run: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile Microsoft.VCLibs.x64.14.00.Desktop.appx
Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx
- name: Install Rust toolchain (stable)
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0 # stable
with:
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,12 @@ jobs:
brew install llvm
export PATH=/usr/local/opt/llvm/bin:$PATH
export LD_LIBRARY_PATH=$(llvm-config --libdir):$LD_LIBRARY_PATH
- name: Install winget (Windows)
if: matrix.os == 'windows-latest'
uses: Cyberboss/install-winget@3301de662a82d09e8aded238e995a8e1259159c8
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Install lld (Windows)
# if: matrix.os == 'windows-latest'
# run: winget install LLVM.LLVM --accept-source-agreements --accept-package-agreements
- name: Download lld (Windows)
shell: powershell
run: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile Microsoft.VCLibs.x64.14.00.Desktop.appx
Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx
- name: Checkout sources
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
Expand Down

0 comments on commit 0b061ce

Please sign in to comment.