Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Sep 25, 2024
0 parents commit 8f27829
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build

on:
push:
branches:
- main

jobs:
build:
runs-on: macos-10.14

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: "ValveSoftware/Proton"
ref: "proton_9.0"
depth: 1
submodule: recursive
path: proton

- run: mkdir build && cd build && ../proton/configure.sh --help

0 comments on commit 8f27829

Please sign in to comment.