Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Aug 10, 2024
1 parent 1bec9cc commit 7220026
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cubeide_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: cubeide_build

on: [push]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build:
runs-on: ubuntu-22.04
Expand All @@ -20,7 +24,7 @@ jobs:
&& apt-get update \
&& apt-get install -y git
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
path: 'repo'
submodules: recursive
Expand Down

0 comments on commit 7220026

Please sign in to comment.