onevcat пре 1 година
родитељ
комит
94a28287e3
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      .github/workflows/build.yaml

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

@@ -19,10 +19,8 @@ jobs:
         ]
         ]
     steps:
     steps:
       - uses: actions/checkout@v4
       - 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
       - name: Run tests
         env:
         env:
           DESTINATION: platform=${{ matrix.destination }}
           DESTINATION: platform=${{ matrix.destination }}