From 8f27829f2a4bdb75a68b62ab05ddbdf4e5bd20be Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Wed, 25 Sep 2024 20:39:07 +0900 Subject: [PATCH] first commit --- .github/workflows/build.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..67dd204 --- /dev/null +++ b/.github/workflows/build.yml @@ -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