Răsfoiți Sursa

Fix overwriting .ryujinx-mako directory (#5651)

TSRBerry 2 ani în urmă
părinte
comite
34447d7359
1 a modificat fișierele cu 9 adăugiri și 9 ștergeri
  1. 9 9
      .github/workflows/pr_triage.yml

+ 9 - 9
.github/workflows/pr_triage.yml

@@ -12,6 +12,15 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
 
 
     steps:
     steps:
+      # Grab sources to get latest labeler.yml
+      - name: Fetch sources
+        uses: actions/checkout@v3
+        with:
+           # Ensure we pin the source origin as pull_request_target run under forks.
+           fetch-depth: 0
+           repository: Ryujinx/Ryujinx
+           ref: master
+
       - name: Checkout Ryujinx-Mako
       - name: Checkout Ryujinx-Mako
         uses: actions/checkout@v3
         uses: actions/checkout@v3
         with:
         with:
@@ -22,15 +31,6 @@ jobs:
       - name: Setup Ryujinx-Mako
       - name: Setup Ryujinx-Mako
         uses: ./.ryujinx-mako/.github/actions/setup-mako
         uses: ./.ryujinx-mako/.github/actions/setup-mako
 
 
-      # Grab sources to get latest labeler.yml
-      - name: Fetch sources
-        uses: actions/checkout@v3
-        with:
-          # Ensure we pin the source origin as pull_request_target run under forks.
-          fetch-depth: 0
-          repository: Ryujinx/Ryujinx
-          ref: master
-
       - name: Update labels based on changes
       - name: Update labels based on changes
         uses: actions/labeler@v4
         uses: actions/labeler@v4
         with:
         with: