Skip to content

Commit

Permalink
ci: disable builds for rebuild_PC
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Oct 1, 2024
1 parent 3ccd6fd commit 2d2da3d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Create result directory
run: mkdir ${{ runner.temp }}/result
- name: Build Decomp Debug Linux32 GCC
run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.native32.gcc'
- name: Build Decomp Debug Linux32 Clang
run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.native32.clang'
- name: Build Decomp Debug Mingw32 GCC
run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.mingw32.gcc'
- name: Build Decomp Debug Mingw32 Clang
run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.mingw32.clang'
- name: Build Retail Release Linux32 GCC
run: nix build -L --no-link --keep-going '.?submodules=1#retail.release.native32.gcc'
#- name: Build Decomp Debug Linux32 GCC
# run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.native32.gcc'
#- name: Build Decomp Debug Linux32 Clang
# run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.native32.clang'
#- name: Build Decomp Debug Mingw32 GCC
# run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.mingw32.gcc'
#- name: Build Decomp Debug Mingw32 Clang
# run: nix build -L --no-link --keep-going '.?submodules=1#decomp.debug.mingw32.clang'
#- name: Build Retail Release Linux32 GCC
# run: nix build -L --no-link --keep-going '.?submodules=1#retail.release.native32.gcc'
- name: Build Server Release Linux32 GCC
run: nix build -L --no-link --keep-going '.?submodules=1#online-server.release.native32.gcc'
- name: Build Server Release ARM32 GCC
Expand Down

0 comments on commit 2d2da3d

Please sign in to comment.