We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50656c commit 2c5cab7Copy full SHA for 2c5cab7
.github/workflows/ci.yml
@@ -6,10 +6,6 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
- - name: Copy executable
10
- run: cp ./src/main/resources/cx-linux /tmp/
11
- - name: Permissions to executable
12
- run: sudo chmod 777 /tmp/cx-linux
13
- name: Use Node.js ${{ matrix.node-version }}
14
uses: actions/setup-node@v2
15
with:
0 commit comments