Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing swift 5.6 fails with gpg error #520

Open
Andrewangeta opened this issue Jan 7, 2023 · 0 comments
Open

Installing swift 5.6 fails with gpg error #520

Andrewangeta opened this issue Jan 7, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Andrewangeta
Copy link

Describe the bug
When specifying swift 5.6 as the target swift version, there is a gpg error where it cannot continue
Yaml being used:

jobs:
  linux:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        swift-version: ['5.6', '5.7', '5.7.1', '5.7.2']
        mongodb-version: ['4.2', '4.4', '5.0', '6.0']
    steps:
     - name: Check out  
       uses: actions/checkout@v3
        
     - name: Install Swift
       uses: swift-actions/setup-swift@v1
       with:
         swift-version: ${{ matrix.swift-version }}
        
     - name: Start MongoDB
       uses: supercharge/[email protected]
       with:
         mongodb-version: ${{ matrix.mongodb-version }}
         mongodb-replica-set: mk-rs
        
     - name: Run tests
       run: swift test

Screenshot 2023-01-07 at 1 54 16 PM

Workflow configuration (please complete the following information):

  • Action version (uses): swift-actions/setup-swift@v1
  • Platform (runs-on): ubuntu-latest
  • Swift version (swift-version): 5.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants