forked from UE4SS-RE/RE-UE4SS
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ permissions: | |
|
||
jobs: | ||
make-release: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.05 | ||
steps: | ||
- name: Setup github SSH | ||
uses: shimataro/ssh-key-action@v2 | ||
|
@@ -35,20 +35,8 @@ jobs: | |
submodules: recursive | ||
fetch-depth: 0 # needed to get commits since last tag | ||
ssh-key: ${{ secrets.SSHKEY }} | ||
- name: Setup Ninja | ||
uses: seanmiddleditch/gha-setup-ninja@v3 | ||
- name: Setup LLVM | ||
uses: ZhongRuoyu/setup-llvm@v0 | ||
with: | ||
llvm-version: 18 | ||
- uses: goto-bus-stop/setup-zig@v2 | ||
- run: zig cc -v | ||
- name: Upgrade libstdc++ | ||
run: | | ||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test | ||
sudo apt -y update | ||
sudo apt -y install --only-upgrade libstdc++6 | ||
sudo apt -y install libstdc++-13-dev | ||
- name: Setup Rust | ||
uses: dtolnay/[email protected] | ||
- name: Setup xmake | ||
|