Commit 6349cabf authored by Simon Cornet's avatar Simon Cornet
Browse files

[ci] feat: try to skip buildcache

parent 06560269
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -15,10 +15,6 @@ jobs:
    runs-on: 'ubuntu-latest'
    steps:
      
      # setup build action
      - name: 'setup docker buildx'
        uses: 'docker/setup-buildx-action@v3'
        
      # checkout code
      - name: 'Clone repo'
        uses: 'actions/checkout@v2'