Skip to content

Commit

Permalink
wip action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Jan 18, 2024
1 parent 26b85a2 commit c902944
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "build additional tools"

on:
push:
branches:
Expand All @@ -11,10 +13,12 @@ jobs:
runs-on: ubuntu-latest
container: aaronsmithtv/hbuild:latest
steps:
- run: |
apt install zip rsync bash
- name: "install dependencies"
run: |
apt install -y zip rsync bash
- uses: actions/checkout@v3
- run: |
export PATH=/opt/houdini/build:$PATH
dcc_plugins_workspace/build_houdini.sh
- run: |
ls -alhR dcc_plugins

0 comments on commit c902944

Please sign in to comment.