Skip to content

Commit

Permalink
Update structures.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Sep 14, 2024
1 parent fdf09da commit a6a136f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/structures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: "20.x"

- name: Install all packages
run: npm ci
run: CXXFLAGS=-std=c++17 npm ci |
CXXFLAGS=-std=c++17 npm run build --if-present

- name: Install JSDoc
run: npm install -g jsdoc
Expand Down

0 comments on commit a6a136f

Please sign in to comment.