Skip to content

Fix use of deleted function 'std::atomic<bool>' #260

Fix use of deleted function 'std::atomic<bool>'

Fix use of deleted function 'std::atomic<bool>' #260

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install dependencies
run: yarn
- name: Deploy
if: ${{ github.ref == 'refs/heads/main' }}
run: |
git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
yarn deploy -u "GitHub Actions <[email protected]>"