mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Update macos.yml
This commit is contained in:
parent
775d7048c3
commit
a5634afb2e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -11,18 +11,18 @@ jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
build:
|
build:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: macos-11
|
runs-on: macos-12
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Submoudle
|
# Submoudle
|
||||||
- name: Checkout Submodles
|
- name: Checkout Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
# Setup Packages
|
# Setup Packages
|
||||||
- name: Setup Packages
|
- name: Setup Packages
|
||||||
run: brew install qt6 molten-vk p7zip pkgconfig
|
run: brew install qt6 molten-vk p7zip pkgconfig cmake
|
||||||
# Setup CMake
|
# Setup CMake
|
||||||
- name: Setup CMake
|
- name: Setup CMake
|
||||||
uses: Symbitic/install-cmake@v0.1.1
|
uses: Symbitic/install-cmake@v0.1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue