Przeglądaj źródła

Do not use ruby setup

onevcat 1 rok temu
rodzic
commit
94a28287e3
1 zmienionych plików z 2 dodań i 4 usunięć
  1. 2 4
      .github/workflows/build.yaml

+ 2 - 4
.github/workflows/build.yaml

@@ -19,10 +19,8 @@ jobs:
         ]
     steps:
       - uses: actions/checkout@v4
-      - uses: ruby/setup-ruby@v1
-        with:
-          bundler-cache: true
-          self-hosted: true
+      - name: Install Gems
+        run: bundle install
       - name: Run tests
         env:
           DESTINATION: platform=${{ matrix.destination }}