File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1515jobs :
1616 test-12-8 :
17+ env :
18+ CUDA_INSTALL_PATH : /usr/local/cuda
19+ BOOST_ROOT : /usr/include/boost
1720 runs-on : ubuntu-latest
1821 container :
19- image : ghcr.io/accel-sim/accel-sim-framework:Ubuntu-24.04-cuda-12.8-minimal
22+ image : nvidia/cuda:13.1.1-cudnn-devel-ubuntu24.04
2023
2124 # Steps represent a sequence of tasks that will be executed as part of the job
2225 steps :
26+ - name : install dependencies
27+ run : |
28+ apt-get update && apt-get install -y git build-essential cmake libboost-all-dev wget
2329 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2430 - name : Checkout repository with submodules
2531 uses : actions/checkout@v4
3642 - name : Print Successful Apps
3743 if : always()
3844 run : |
39- echo "Built ` ls bin/12.8 /release | wc` Apps:"
40- ls bin/12.8 /release
45+ echo "Built $( ls bin/* /release | wc -l) Apps:"
46+ ls bin/* /release
You can’t perform that action at this time.
0 commit comments